mirror of
https://github.com/home-assistant/core.git
synced 2026-08-28 10:16:02 -05:00
Co-authored-by: Copilot <copilot@github.com> Co-authored-by: Joostlek <joostlek@outlook.com>
24 lines
525 B
JSON
24 lines
525 B
JSON
{
|
|
"deviceId": "thermostat_123",
|
|
"deviceName": "Living Room Thermostat",
|
|
"deviceType": "thermostat",
|
|
"interface": "homeassistant.components.THERMOSTAT",
|
|
"roomName": "Living Room",
|
|
"isOnline": true,
|
|
"currentTemperature": 21.0,
|
|
"setpoint": 23.5,
|
|
"thermostatMode": "Comfort",
|
|
"hvacAction": "Heating",
|
|
"minAllowedTemperature": 5.0,
|
|
"maxAllowedTemperature": 30.0,
|
|
"temperatureUnit": "C",
|
|
"availableThermostatModes": [
|
|
"Program",
|
|
"Eco",
|
|
"Comfort",
|
|
"Off",
|
|
"Defrost",
|
|
"Timer"
|
|
]
|
|
}
|