mirror of
https://github.com/home-assistant/core.git
synced 2026-05-25 01:40:15 +01:00
bb3c977448
Co-authored-by: Josef Zweck <josef@zweck.dev>
26 lines
390 B
JSON
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
|
|
}
|