Dave Griffiths c9eef00395 Add README.md
2019-12-20 22:46:49 +00:00
2019-12-20 22:32:08 +00:00
2019-12-20 22:39:14 +00:00
2019-12-20 22:39:14 +00:00
2019-12-20 22:46:49 +00:00

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.

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)
S
Description
No description provided
Readme 34 KiB
Languages
Python 100%