mirror of
https://github.com/home-assistant/core.git
synced 2026-04-24 18:59:22 +01:00
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
23 lines
498 B
JSON
23 lines
498 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",
|
|
"minAllowedTemperature": 5.0,
|
|
"maxAllowedTemperature": 30.0,
|
|
"temperatureUnit": "C",
|
|
"availableThermostatModes": [
|
|
"Program",
|
|
"Eco",
|
|
"Comfort",
|
|
"Off",
|
|
"Defrost",
|
|
"Timer"
|
|
]
|
|
}
|