Home Assistant Integration for Yoto.
PRs are appreciated to add more.
Not all devices expose all sensors/entities. Only sensors/entities supported by your device will be available in the integration.
v1 | v2 | v3 | mini | |
---|---|---|---|---|
Temperature Sensor | ? | no | yes | no |
Night Light | ? | yes | yes | no |
Ambient Light Sensor | ? | yes | yes | no |
The easiest way to install this integration is via HACS. https://hacs.xyz/
- Once HACS is installed you add this as a custom repository:
- After that you can adjust your HACS filter to not show all integrations and click install.
- Next you must go to the integration page and "add" the integration to set it up.
- Play/Pause
- Play Media/Card via service call (format of media id is cardid-chapterid-trackid, if you leave off chapterid/trackid will start at chapter and track 1.)
- Stop Media via service call
- Set Time for Day/Night Modes
- Set display brightness Day/Night including auto
- Set Day/Night light color, this can be any color not just in app!
- Set Day/Night max volume
You can enable logging for this integration specifically and share your logs, so I can have a deep dive investigation. To enable logging, enable via the gui or update your configuration.yaml like this, we can get more information in Configuration -> Logs page
logger:
default: warning
logs:
custom_components.yoto: debug
yoto_api: debug