I don’t get it after Update to 0.88.1 with the latest custom component 1.0.4.
I get the following “warning”:
Your configuration contains extra keys that the platform does not support (but were silently accepted before 0.88). Please find and remove the following.This
will become a breaking change.
[hosts]. (See /config/INC/device_tracker.yaml, line 7).
[name]. (See /config/INC/sensor.yaml, line 0).
I get (I splitted my configuration) and this the structure I use:
might very well be the case. Still, it is remarkable, because it does so even when the sensors are switched Off. Which I can do in Ha via a command_line switch, and is confirmed in the Hue app.
Thanks! But, unfortunately I don’t know how to do it(?)
I also tried:
I changed everything from plattform: hue → platform: hue_custom and rennamed the hue folder to hue_custom within custom_components folder
… but, the result is the same…
Your configuration contains extra keys that the platform does not support (but were silently accepted before 0.88). Please find and remove the following.This
will become a breaking change.
[hosts]. (See /config/INC/device_tracker.yaml, line 7).
[name]. (See /config/INC/sensor.yaml, line 0).
I think I have to wait for a more “native” solution within HASSIO.
2019-02-23 17:07:29 WARNING (MainThread) [homeassistant.loader] You are using a custom component for hue_custom.device_tracker which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2019-02-23 17:07:29 WARNING (MainThread) [homeassistant.helpers.config_validation] Your configuration contains extra keys that the platform does not support.
Please remove [hosts]. (See /config/INC/device_tracker.yaml, line 6).
2019-02-23 17:07:54 WARNING (MainThread) [homeassistant.loader] You are using a custom component for hue_custom.binary_sensor which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2019-02-23 17:07:56 WARNING (MainThread) [homeassistant.loader] You are using a custom component for hue_custom.sensor which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2019-02-23 17:07:56 WARNING (MainThread) [homeassistant.helpers.config_validation] Your configuration contains extra keys that the platform does not support.
Please remove [name]. (See /config/INC/sensor.yaml, line 10).
yeah, I deleted my post after I reread yours. Also went back and looked closer at mine and my hue remotes are missing. So, I’m in the same boat as you.
Couple things…Are you not using this custom component? If you are, there’s no reason to connect to the motion sensor through the API, just create a template sensor to pull the attribute out of the binary_sensor that’s automatically created. If you’re not using this component; you didn’t post your full configuration.yaml - are those platforms created as a rest sensor or a rest switch?
Yupp, you lost me:)
I am fairly new… been banging on hassio for little over a week now. Gotten most things to work, but not experienced enough to understand you fully.
I installed my Philips hue with the addon, did the whole “press the button on the bridge” thingy
After setting up that, I set up the lights in hassio and it worked. I can now see if they are on or off, and also adjust the brightness of them.
Other than that I have not done any changes other than the hue settings i listed in previous post.
Okay well basically, to start the easiest thing is to follow the steps here to get the custom components files installed. The component extends the built-in Hue component to add switches and sensors. Once you do that you should automatically get a binary sensor for each motion sensor, which should get you started.
Note, however, that due to some recent platform changes the configuration of this component may likely change soon. For now though you can setup everything following the instructions and although Home Assistant will display warnings it will still work properly.
should do the trick then ? … i did that and just ran the test config, but aborted it as it did produce error messages. But as you say it will work, i have to try that now
At first glance that all looks right, but the warnings I was referring to would be in the Home Assistant log, not in the check config. What errors did you get?