1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-25 01:40:15 +01:00
Files
core/tests/components/prana/fixtures/state.json
T
prana-dev-official bb3c977448 Prana integration (#156599)
Co-authored-by: Josef Zweck <josef@zweck.dev>
2026-01-28 17:22:19 +01:00

26 lines
390 B
JSON

{
"extract": {
"speed": 1,
"is_on": true,
"max_speed": 100
},
"supply": {
"speed": 1,
"is_on": true,
"max_speed": 100
},
"bounded": {
"speed": 1,
"is_on": true,
"max_speed": 100
},
"bound": true,
"heater": false,
"auto": false,
"auto_plus": false,
"winter": false,
"inside_temperature": 217,
"humidity": 56,
"brightness": 6
}