b0de58704ffd397f461c82f1cda2900937b27e67
Home Assistant Custom Component for Pioneer VSX 920
Older Pioneer VSX amplifier/receivers require extra carriage returns to be sent to the receiver before they are ready to accept commands.
This custom component fixes that issue.
Installation
- Copy manifest.json and media_player.py to /custom_components/pioneervsx/ directory
- Add configuration below to configuration.yaml
- Restart Home Assistant
- If required, add a media_player control to the UI
Configuration.yaml
- platform: pioneervsx
name: "VSX920"
host: 192.168.1.2
port: 8102
enabled_sources_only: true
Extra Features
- enabled_sources_only: Limits the list of sources to only those enabled on the Receiver. (true by default, set to false to see all sources)
Description
Languages
Python
100%