-
- Downloads
Add a component for Sisyphus Kinetic Art Tables (#14472)
* Add a component for Sisyphus Kinetic Art Tables The [Sisyphus Kinetic Art Table](https://sisyphus-industries.com/) uses a steel ball to draw intricate patterns in sand, thrown into sharp relief by a ring of LED lights around the outside. This component enables basic control of these tables through Home Assistant. * Fix lints * Docstrings, other lints * More lints * Yet more. * Feedback * Lint * Missed one piece of feedback * - Use async_added_to_hass in media player - async_schedule_update_ha_state in listeners - constants for supported features - subscripting for required keys - asyncio.wait - update to sisyphus-control with passed-in session * Update requirements * lint
Showing
- .coveragerc 3 additions, 0 deletions.coveragerc
- homeassistant/components/light/sisyphus.py 78 additions, 0 deletionshomeassistant/components/light/sisyphus.py
- homeassistant/components/media_player/sisyphus.py 197 additions, 0 deletionshomeassistant/components/media_player/sisyphus.py
- homeassistant/components/sisyphus.py 84 additions, 0 deletionshomeassistant/components/sisyphus.py
- requirements_all.txt 3 additions, 0 deletionsrequirements_all.txt
Loading
Please register or sign in to comment