mirror of
https://github.com/home-assistant/core.git
synced 2026-07-04 21:25:26 +01:00
7ba7700d5e
Co-authored-by: Copilot <copilot@github.com> Co-authored-by: Joostlek <joostlek@outlook.com>
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
[
|
|
{
|
|
"deviceId": "thermostat_123",
|
|
"deviceName": "Living Room Thermostat",
|
|
"deviceType": "thermostat",
|
|
"interface": "homeassistant.components.THERMOSTAT",
|
|
"roomName": "Living Room",
|
|
"isOnline": true,
|
|
"currentTemperature": 20.5,
|
|
"setpoint": 22.0,
|
|
"thermostatMode": "Comfort",
|
|
"hvacAction": "Heating",
|
|
"minAllowedTemperature": 5.0,
|
|
"maxAllowedTemperature": 30.0,
|
|
"temperatureUnit": "C",
|
|
"availableThermostatModes": [
|
|
"Program",
|
|
"Eco",
|
|
"Comfort",
|
|
"Off",
|
|
"Defrost",
|
|
"Timer"
|
|
]
|
|
},
|
|
{
|
|
"deviceId": "thermostat_456",
|
|
"deviceName": "Bedroom Thermostat",
|
|
"deviceType": "thermostat",
|
|
"interface": "homeassistant.components.THERMOSTAT",
|
|
"roomName": "Bedroom",
|
|
"isOnline": true,
|
|
"currentTemperature": 19.0,
|
|
"setpoint": 21.0,
|
|
"thermostatMode": "Program",
|
|
"hvacAction": "Idle",
|
|
"minAllowedTemperature": 5.0,
|
|
"maxAllowedTemperature": 30.0,
|
|
"temperatureUnit": "C",
|
|
"availableThermostatModes": ["Program", "Eco", "Comfort", "Off"]
|
|
},
|
|
{
|
|
"deviceId": "switch_789",
|
|
"deviceName": "Living Room Switch",
|
|
"deviceType": "switch",
|
|
"interface": "homeassistant.components.SWITCH",
|
|
"roomName": "Living Room",
|
|
"isOnline": true,
|
|
"isTurnedOn": false
|
|
}
|
|
]
|