1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-03 12:46:09 +01:00
Files
core/tests/components/prana/fixtures/state.json
T
prana-dev-official 95a57a2984 Add fan platform for Prana Integration (#163379)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Joostlek <joostlek@outlook.com>
2026-03-13 16:05:37 +01:00

28 lines
426 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,
"night": false,
"boost": false
}