From c9eef00395f8cb6143137741f32a8e955783c4b8 Mon Sep 17 00:00:00 2001 From: Dave Griffiths Date: Fri, 20 Dec 2019 22:46:49 +0000 Subject: [PATCH] Add README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7f10b76 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# 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 +```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)