Skip to content

An integration for the HTD Lync12 Series for Home Assistant

Notifications You must be signed in to change notification settings

charger68/htd-lync12-home-assistant

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HTD Lync12 Series integration for 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. 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

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%