enkore / i3pystatus

A complete replacement for i3status
https://i3pystatus.readthedocs.io/
MIT License
445 stars 188 forks source link

Adding new hassio modulue #808

Closed drwahl closed 3 years ago

drwahl commented 3 years ago

Initial commit for a new HomeAssistant.io module to report the state of entities from hassio.

Signed-off-by: David Wahlstrom david.wahlstrom@gmail.com

enkore commented 3 years ago

Looks good, but I think you need to add a dependency mock, see https://i3pystatus.readthedocs.io/en/latest/module.html#handling-dependencies

drwahl commented 3 years ago

I'm having a tough time getting this CI job to pass. It's complaining about the "requests" module, but I added a bit to the docstring about needing it, and it's already included in MOCK_MODULES. What am I missing?