|
|
@@ -58,4 +58,99 @@
|
|
|
"not_supported": "Sorry, there is no support for this device."
|
|
|
}
|
|
|
}
|
|
|
+ "entity": {
|
|
|
+ "climate": {
|
|
|
+ "aircon_extra": {
|
|
|
+ "state_attributes": {
|
|
|
+ "fan_mode": {
|
|
|
+ "state": {
|
|
|
+ "health": "Healthy",
|
|
|
+ "medhigh": "Medium-High",
|
|
|
+ "medlow": "Medium-Low",
|
|
|
+ "natural": "Natural",
|
|
|
+ "quiet": "Quiet",
|
|
|
+ "sleep": "Sleep",
|
|
|
+ "strong": "Strong"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "swing_mode": {
|
|
|
+ "state": {
|
|
|
+ "topmost": "Topmost",
|
|
|
+ "top": "Top",
|
|
|
+ "middle": "Middle",
|
|
|
+ "down": "Down",
|
|
|
+ "downmost": "Downmost",
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "thermostat": {
|
|
|
+ "state_attributes": {
|
|
|
+ "fan_mode": {
|
|
|
+ "state": {
|
|
|
+ "cycle": "Cycle"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "preset_mode": {
|
|
|
+ "state": {
|
|
|
+ "manual": "Manual",
|
|
|
+ "program": "Program",
|
|
|
+ "temp_override": "Temporary Override",
|
|
|
+ "perm_override": "Permanent Override"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "combo_floor": {
|
|
|
+ "state_attributes": {
|
|
|
+ "preset_mode": {
|
|
|
+ "state": {
|
|
|
+ "cool": "Cool air",
|
|
|
+ "fan_only": "Fan",
|
|
|
+ "heat": "Heat air",
|
|
|
+ "floor_cool": "Cool floor",
|
|
|
+ "floor_heat": "Heat floor",
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "swing_as_powerlevel": {
|
|
|
+ "state_attributes": {
|
|
|
+ "swing_mode": {
|
|
|
+ "name": "Heating level",
|
|
|
+ "state": {
|
|
|
+ "stop": "Stop",
|
|
|
+ "auto": "Auto"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "pool_heatpump": {
|
|
|
+ "state_attributes": {
|
|
|
+ "preset_mode": {
|
|
|
+ "state": {
|
|
|
+ "smart_heat": "Smart heat",
|
|
|
+ "quick_heat": "Quick heat",
|
|
|
+ "quiet_heat": "Quiet heat",
|
|
|
+ "smart_cool": "Smart cool",
|
|
|
+ "quick_cool": "Quick cool",
|
|
|
+ "quiet_cool": "Quiet cool",
|
|
|
+ "auto": "Auto"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "thermo_switch": {
|
|
|
+ "state_attributes": {
|
|
|
+ "preset_mode": {
|
|
|
+ "state": {
|
|
|
+ "on": "On",
|
|
|
+ "off": "Off",
|
|
|
+ "pause": "Pause",
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|