core/tests/components/tado/fixtures/tadov2.zone_capabilities.json

20 lines
324 B
JSON

{
"type" : "HEATING",
"HEAT" : {
"temperatures" : {
"celsius" : {
"max" : 31,
"step" : 1,
"min" : 16
},
"fahrenheit" : {
"step" : 1,
"max" : 88,
"min" : 61
}
}
},
"AUTO" : {},
"FAN" : {}
}