An integration for Home Assistant that makes the status of CIMonitor available as a sensor.
I sometimes want to open CIMonitor in my TV, however I had no way of controlling the Philips Hue lights behind my TV. This integration solves that, so I can easily control the Hue lights from Home Assistant based on the sensor status.
- Add the following to your
configuration.yaml
:cimonitor: socketio_url: wss://my.cimonitor.com
- Add this repository as custom repository via HACS, and install the integration.
- Restart your Home Assistant and you should have a sensor named
sensor.cimonitor
now.
If you found a bug or have a question, please open an issue on the GitHub Issue tracker. Improvements can be sent by a Pull Request against the master branch and are greatly appreciated!
Thanks to Rick van der Staaij for creating CIMonitor, and to everyone else for helping out with this project!