https://github.com/loop333/ha_dunehd_media_player
DuneHD Media Player Component for Home Assistant
https://github.com/loop333/ha_dunehd_media_player
custom-components dunehd home-assistant media-player
Last synced: 28 days ago
JSON representation
DuneHD Media Player Component for Home Assistant
- Host: GitHub
- URL: https://github.com/loop333/ha_dunehd_media_player
- Owner: loop333
- License: mit
- Created: 2019-03-04T16:18:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-06T16:49:33.000Z (about 2 years ago)
- Last Synced: 2025-02-27T00:41:37.005Z (over 1 year ago)
- Topics: custom-components, dunehd, home-assistant, media-player
- Language: Python
- Size: 19.5 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## DuneHD Media Player Component for Home Assistant
install:
```sh
cd ~/.homeassistant/custom_components
git clone https://github.com/loop333/ha_dunehd_media_player dunehd
```
configuration.yaml:
```yaml
media_player:
- platform: dunehd
name: dunehd
host: 192.168.1.4
timeout: 20
```