Chris Brooks

Results 8 comments of Chris Brooks

> Yes creating the empty init file all works...... please update this plugin for this new standard. where do we drop the empty init.py file?

hmm. thats what I thought. I tried that and I still get an error. I tried init.py and even __init__.py cause all the other ones look like that hahaha "Integration...

I tried `init.py` and even `__init__.py` and neither resolved it. I am still getting `ERROR (MainThread) [homeassistant.components.hassio] Integration xboxone not found when trying to verify its media_player platform.` and the...

I tried the domain thing and a blank `__init__.py` I wish I know what the heck I was doing wrong. :-(

I figured it out! According to this post: https://github.com/home-assistant/home-assistant/issues/23418 you need to change any `SUPPORT_VOLUME_STEP` in your media_player.py to `SUPPORT_VOLUME_SET` I was so skeptical but as soon as I did...

yeah idk why we had different experiences. very strange!

I was just going to say what ab0tj said, and also suggest adding a way to add a 3rd switch for the fan. I have an esp8266 with 3 relays...

Ironic that you just posted this cause I was also working on solving this problem. I changed the config to use a template instead on the custom function I just...