HA HB synchronization display mode change#232
HA HB synchronization display mode change#232robbiet480 merged 4 commits intohome-assistant:masterfrom roiff:master
Conversation
update for master
Simultaneous display for change mode on HA
accessories/climate.js
Outdated
| } | ||
| HomeAssistantClimate.prototype = { | ||
| onEvent: function (oldState, newState) { | ||
| const list = {'idle':0, 'heat':1, 'cool':2, 'auto':3, 'off':0} |
There was a problem hiding this comment.
A space is required after '{' object-curly-spacing
Unnecessarily quoted property 'idle' found quote-props
Missing space before value for key 'idle' key-spacing
Unnecessarily quoted property 'heat' found quote-props
Missing space before value for key 'heat' key-spacing
Unnecessarily quoted property 'cool' found quote-props
Missing space before value for key 'cool' key-spacing
Unnecessarily quoted property 'auto' found quote-props
Missing space before value for key 'auto' key-spacing
Unnecessarily quoted property 'off' found quote-props
Missing space before value for key 'off' key-spacing
A space is required before '}' object-curly-spacing
Missing semicolon semi
|
Thanks! 🐬 🍪 💯 |
|
I am Chinese, I saw your article in China today, about the translation app, what can help you? |
|
Hi @roiff that was for the iOS app, it's been fully translated now, thank you! |
HA HB synchronization display mode change