Skip to content

UngluedChalice/htd-lync12-home-assistant

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HTD Lync12 Series integration for Home Assistant

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.

Installation steps

  1. Download the 4 files (__init__.py, htd_lync12.py, media_player.py, manifest.json) from this repo and place them into your custom_components/htd_lync12 folder.

  2. 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"

  3. 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
  1. Restart Home Assistant

ChangeLog

  • 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

Code Credits

About

An integration for the HTD Lync12 Series for Home Assistant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%