mirror of
https://github.com/home-assistant/core.git
synced 2026-07-03 12:46:09 +01:00
95a57a2984
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Joostlek <joostlek@outlook.com>
28 lines
426 B
JSON
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
|
|
}
|