EDIT 2: Looked up on the github issues tracker and it appears this refers to the “customize” section only that has changed.
I just upgraded to 0.55 to get the owntracks HTTP component working but I see my logs are now full of…
2017-10-08 16:29:40 WARNING (MainThread) [homeassistant.components.emulated_hue] ‘emulated_hue’ is deprecated. Please rename ‘emulated_hue’ to ‘emulated_hue_hidden’ in your configuration file.
Renaming to emulated_hue_hidden results in not found in the logs.
Please tell me this is just an error on my end. I just spent the last week moving all my alexa commands over from ha-bridge to emulated hue.
I tried to look for answers on here and the blog but don’t find mention of it.
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.
Lot of that going on at the moment people are probably thinking ahead of what they’re writing and leaving important bits out. Easily done but not often picked up as few people reread what they write nowadays.
Yes, I don’t think any of us are blind, but you then get…
You’re editing a file in a project you don’t have write access to. Submitting a change to this file will write it to a new branch in your fork xxxxxx/home-assistant.github.io, so you can send a pull request.
We want to help but need some ourselves first rather than an assumption it’s obvious. I’m sure this is quite normal in github land but if you don’t know how it works, you don’t know.
(Never mind) I figured it out
Necessary missing piece was
hidden: false
I’m sure I’m missing something simple. I’ve been using emulated hue for a long time and got tired of the depreciated messages in the logs so I’m trying to do it right now.
When I use the entities section to publish and comment out the customize emulated_hue, nothing shows up on harmony hub as hue lights. But if I do it the old way in customize it works fine.
in customize.yaml (this works but with log warnings of depreciation)
switch.entertainment_center_power:
icon: mdi:power
emulated_hue: true
emulated_hue_name: Entertainment Center Power
in configuration.yaml
emulated_hue:
expose_by_default: false
entities:
switch.entertainment_center_power:
name: "Entertainment Center Power"