so as of the new update, custom components needs to be handled differently.
Thats fine, but i am not getting how.
Right now i have a customer_components folder within the config folder.
There is folder called sensor and there is a file called hue.py.
Now i am lost, from what i understand i have to change sensor folder to hue folder or ?
I used it to have the motion sensor working, which was working fine before the update.
Can anyone help me out here please ?
Check the title Noteworthy breaking changes in the latest release notes, there you have an explanation of what has changed and what you need to do. Hue is actually the example.
True, that it is noted in the breaking changes, but the new structure doesn’t work as such at this moment for custom component Hue, so the work around mentioned in my previous comment is required to make it work again.
I read that there is a change in the folder structure etc.
But all I did, did not work for me, also I tried as described in the link:
My temporary fixed is
create a new folder call huesensor
config/custom_components/huesensor
copy files from config/custom_components/hue
paste them in huesensor folder
make changes to configuration.yaml
sensor:
platform: huesensor
binary_sensor:
platform: huesensor
I still get the error that the Platform is not found