Added VT Thermometer to HACS

This commit is contained in:
2026-06-16 10:33:21 -04:00
parent 887feaa50a
commit 3b1f4bbd75
116 changed files with 37607 additions and 14 deletions
@@ -0,0 +1,18 @@
{
"entity": {
"climate": {
"versatile_thermostat": {
"state_attributes": {
"preset_mode": {
"state": {
"shedding": "mdi:power-plug-off",
"safety": "mdi:shield-alert",
"none": "mdi:knob",
"frost": "mdi:snowflake"
}
}
}
}
}
}
}