https://github.com/loop333/ha_pioneer_media_player
Pioneer X-SMC55S custom component for Home Assistant
https://github.com/loop333/ha_pioneer_media_player
avr custom-components fy13 fy14 fy15 fy16 home-assistant media-player pioneer pioneer-x-smc55s python telnet
Last synced: 3 months ago
JSON representation
Pioneer X-SMC55S custom component for Home Assistant
- Host: GitHub
- URL: https://github.com/loop333/ha_pioneer_media_player
- Owner: loop333
- License: mit
- Created: 2018-10-08T12:57:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-25T10:24:01.000Z (almost 3 years ago)
- Last Synced: 2025-01-09T22:49:03.954Z (4 months ago)
- Topics: avr, custom-components, fy13, fy14, fy15, fy16, home-assistant, media-player, pioneer, pioneer-x-smc55s, python, telnet
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pioneer X-SMC55S custom component for Home Assistant
install:
```sh
cd ~/.homeassistant/custom_components
git clone https://github.com/loop333/ha_pioneer_media_player pioneer
```
configuration.yaml:
```yaml
media_player:
- platform: pioneer
name: pioneer
host:
port: 8102
timeout: 1
```