January 18th, 2025 Update: Please use this integration instead: https://github.com/hikirsch/htd-home-assistant
This integration will add the HTD Lync12 into Home Assistant.
-
Download the 4 files (
__init__.py
,htd_lync12.py
,media_player.py
,manifest.json
) from this repo and place them into yourcustom_components/htd_lync12
folder. -
Restart home assistant. If you don't, and you update your configuration.yaml file first, you'll get an error ""Failed to restart Home Assistant. The system cannot restart because the configuration is not valid: Integration error: htd_lync12 - Integration ‘htd_lync12’ not found"
-
Update your configuration.yaml to include the following (NOTE: Only host is required).
htd_lync12:
- host: 192.168.1.133
zones:
- Master Bedroom
- Master Bathroom
- Bedroom 1
- Kitchen
- Living Room
- Fireplace Porch
- Deck at Living Room
- Deck at Master Bedroom
- Upstairs Den
- Bedroom 2
- Bedroom 3
- Bonus Room
sources:
- NA 1
- NA 2
- NA 3
- Bluetooth
- NA 5
- NA 6
- NA 7
- NA 8
- NA 9
- NA 10
- NA 11
- NA 12
- NA 13
- NA 14
- NA 15
- Airplay
- Alexa
- MP3 Player
- Restart Home Assistant
- March 9, 2021 - Intial Release
- December 31, 2022 - Commented out Dict in Line 8 of init.py and updated the version requirement in manifest.json
- January 2, 2022 - Updated instructions to add in restart before updating configuration.yaml
- January 4, 2024 - Updated media_player.py to support Home Assistant 2025.1 MediaPlayerEntity