This custom component integrates the Cider Music Player with Home Assistant, allowing you to control and monitor your Cider player through the Home Assistant interface.
- Media playback control (play, pause, next, previous)
- Volume control
- Track information display
- Player status monitoring
- Copy the
cider_playerfolder to your Home Assistant'scustom_componentsdirectory - Restart Home Assistant
- Add the integration through the Home Assistant UI: Settings → Devices & Services → + ADD INTEGRATION → Search for "Cider Media Player"
This integration supports config flow, which means you can configure it entirely through the Home Assistant UI. No manual YAML configuration is required.
- Cider player's IP address
- Port number (if different from default)
- Cider API Token (If enabled)
- Home Assistant Core
- Cider Music Player running on your network
aiohttpPython package (automatically installed)
For bugs, feature requests, or support questions, please create an issue on the GitHub repository.
This project is licensed under the MIT License
- @chrispycode - Maintainer