DavidMStraub / homeassistant-homeconnect

Custom component for Home Assistant to connect appliances supporting the Home Connect standard
MIT License
116 stars 29 forks source link

Turn on/off the functional light of the hood #118

Closed allmoney closed 3 years ago

allmoney commented 3 years ago

Now no way to turn on/off the functional light of the hood from HA. I asked support about this feature in API and they answered:

You can turn on/off the functional light of the hood by modifying the Cooking.Common.Setting.Lighting setting. More information can be found here: https://developer.home-connect.com/docs/api/settings/functionallight

Please, can you add this feature to HA integration?

anthonyangel commented 3 years ago

This was added in https://github.com/DavidMStraub/homeassistant-homeconnect/pull/105 I thought

Sjack-Sch commented 3 years ago

This feature is part of HA Core release 2021.1.1

allmoney commented 3 years ago

Why no information about it here? https://github.com/home-assistant/core/releases/tag/2021.1.1

allmoney commented 3 years ago

image Now I can control light! Cool! But I have 2 switches in UI - Light & AmbientLight. Light works! AmbientLight does not do anything.

Sjack-Sch commented 3 years ago

Why no information about it here? https://github.com/home-assistant/core/releases/tag/2021.1.1

It was mentioned here: https://www.home-assistant.io/blog/2021/01/06/release-20211/ :-)

Sjack-Sch commented 3 years ago

image Now I can control light! Cool! But I have 2 switches in UI - Light & AmbientLight. Light works! AmbientLight does not do anything.

AmbientLight only works with supported devices. When your hood does not support ambient light the switch should be removed from the HA UI.

Sjack-Sch commented 3 years ago

@DavidMStraub, I believe this issue can be closed.