mirror of
https://github.com/home-assistant/core.git
synced 2026-04-28 12:43:44 +01:00
* Add climate platform * Merge * Address review and improve test * Address review comments * Streamline entity naming * Update tests/components/miele/test_climate.py --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
22 lines
335 B
JSON
22 lines
335 B
JSON
{
|
|
"processAction": [4],
|
|
"light": [],
|
|
"ambientLight": [],
|
|
"startTime": [],
|
|
"ventilationStep": [],
|
|
"programId": [],
|
|
"targetTemperature": [
|
|
{
|
|
"zone": 1,
|
|
"min": -28,
|
|
"max": -14
|
|
}
|
|
],
|
|
"deviceName": true,
|
|
"powerOn": false,
|
|
"powerOff": false,
|
|
"colors": [],
|
|
"modes": [1],
|
|
"runOnTime": []
|
|
}
|