Alex Yao
Alex Yao
Hmm yes. Let's work towards #71 first and see what the api.py file looks like after that. If needed, we can then revisit this after that is complete.
Going to say the workaround would be to just use a template light atm.
Thanks for the report. Unfortunately, with how web scraping works, it's always bound to break. With that said, I'm not sure how much of an impact swversion has on apps...
Again, the official hue app still will not work given an updated swversion. Updating it is not an issue, but I'm not sure what issue it will solve. P.S. The...
#214 for reference
@Ricardo1320-del See [here](https://github.com/hass-emulated-hue/hassio-repo/blob/master/emulated_hue_dev/DOCS.md#option-tag_commit_or_branch). This would be easiest to set if you were running as an addon where config options can easily be set. @Bubbgump209 That would be quite helpful if...
That's odd. Is this still happening? It seems like it's getting stuck when communicating to HA, but not sure exactly what the issue is.
@meden The image uses host networking which allows direct access to host ports. You will therefore not see any port mappings. The ports uses can be configured in the config...
I think as part of this, we should create a proper error handler so that we collect all errors that occur in a request and display them out in order....
@vanviegen Would you be able to fix the linting by running `pre-commit run --all-files`? Also what is `__normalize_local_item`? It appears that it no longer returns a string like the type...