mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 21:21:46 +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
331 B
JSON
22 lines
331 B
JSON
{
|
|
"processAction": [6],
|
|
"light": [],
|
|
"ambientLight": [],
|
|
"startTime": [],
|
|
"ventilationStep": [],
|
|
"programId": [],
|
|
"targetTemperature": [
|
|
{
|
|
"zone": 1,
|
|
"min": 1,
|
|
"max": 9
|
|
}
|
|
],
|
|
"deviceName": true,
|
|
"powerOn": false,
|
|
"powerOff": false,
|
|
"colors": [],
|
|
"modes": [1],
|
|
"runOnTime": []
|
|
}
|