Climate 1.0: Restore turn_on functionality in UI #11181
Replies: 19 comments
-
Proposed implementation for the lovelace card: create a |
Beta Was this translation helpful? Give feedback.
-
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
Beta Was this translation helpful? Give feedback.
-
This is still something I believe should be in the product |
Beta Was this translation helpful? Give feedback.
-
This is something that is available via the more info icon. All options will not be added to all cards |
Beta Was this translation helpful? Give feedback.
-
@zsarnett this is not available via the more info icon as far as I can see. Please reopen. |
Beta Was this translation helpful? Give feedback.
-
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
Beta Was this translation helpful? Give feedback.
-
This is still something I believe should be in the product |
Beta Was this translation helpful? Give feedback.
-
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
Beta Was this translation helpful? Give feedback.
-
Not stale |
Beta Was this translation helpful? Give feedback.
-
Looking into this. I am not seeing where in the backend that the Climate integrations says it supports Turn_off/Turn_on Maybe its something they all support but I would like to be able to check support in the integrations before offering a button incase it doesn't do anything Also https://github.com/home-assistant/core/blob/dev/homeassistant/components/climate/const.py#L126-L132 I am not seeing where we have this turn on service |
Beta Was this translation helpful? Give feedback.
-
@zsarnett the basic component supports it, and platforms can override with their own behavior: |
Beta Was this translation helpful? Give feedback.
-
One more thing:
The button is already there, and doesn't do anything if the device is off. I'm suggesting it does do something :) (I've also seen some confusion on discord with people who thought that's the way to turn on the device, and I've seen custom integrations that let their turn_off service toggle so that it turns on.). |
Beta Was this translation helpful? Give feedback.
-
I see that it fakes it if it doesn't support it. |
Beta Was this translation helpful? Give feedback.
-
Its in a list of modes. It does what it is supposed to do |
Beta Was this translation helpful? Give feedback.
-
The so-called "fake" turns the device on, and that's only the fallback for platforms that don't implement their own turn-on functionality. Most climate devices I've seen throughout my life have a turn-on button.
That's not necessarily how users perceive it. |
Beta Was this translation helpful? Give feedback.
-
I am not sure this is something we want to add to the frontend because it doesn't act as a user would think. I think the backend needs to implement a support turn on and support turn off. So that we only show when the integrations supports this feature. Reasoning: If I turn off my Thermostat while it is in Cool Mode. It goes to off. But if I turn my Thermostat back on, its not guaranteed that it goes back into Cool Mode. In my testing, it always went in Heat Mode. This experience is not what I want to implement. Raise an issue with the backend or a Feature Request in the forums to have this functionality implemented. And then we can implement this in the frontend. |
Beta Was this translation helpful? Give feedback.
-
This was already discussed at length on the backend side post Climate 1.0. The decision was to add a |
Beta Was this translation helpful? Give feedback.
-
@zsarnett, I managed to dig it up: |
Beta Was this translation helpful? Give feedback.
-
@zsarnett any thoughts on the links I provided? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Following the discussion in #3468 I'm opening a new ticket to cover the ability to turn a climate device on (both in the lovelace card and in the thermostat dialog).
The backend does have a
turn_on
service, but it's not exposed through the UI.Beta Was this translation helpful? Give feedback.
All reactions