feat: add an alongside switch entity for the water heater (#1115)

This commit is contained in:
Li Shuzhen
2025-05-23 09:10:11 +08:00
committed by GitHub
parent 1bd338639b
commit 62dd32a132
4 changed files with 81 additions and 53 deletions

View File

@ -397,7 +397,7 @@ SPEC_SERVICE_TRANS_MAP: dict = {
}
},
'optional': {
'properties': {'on', 'temperature', 'target-temperature', 'mode'}
'properties': {'temperature', 'target-temperature', 'mode'}
},
'entity': 'water_heater'
},