-
-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Update docs with emulated_hue_hidden #3554
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me 🐦
Emulated_hue_hidden: false in the doco implies it is not hidden. Before this change the config was emulated_hue: false to not add to emulated hue. Now you mark hidden as false to hide it, whereas logic dictates that if hidden is false, it is not hidden. Therefore the comment in the doco needs to make it clear which is which. |
Based on this: home-assistant/core#9382 (comment) I believe this pull request as written is incorrect. It should be emulated_hue: false becomes emulated_hue_hidden: true |
@@ -96,15 +96,15 @@ homeassistant: | |||
customize: | |||
light.bedroom_light: | |||
# Don't allow light.bedroom_light to be controlled by the emulated Hue bridge | |||
emulated_hue: false | |||
emulated_hue_hidden: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be emulated_hue_hidden: true ?
this will make the setting correspond to the comment above. This is also noticed after merge in home-assistant#3554
this will make the setting correspond to the comment above. This is also noticed after merge in #3554
this will make the setting correspond to the comment above. This is also noticed after merge in #3554
Description:
Add docs for this pr: home-assistant/core#9382