Skip to content

Lutron Homeworks QS custom component for HA using pylutron

Notifications You must be signed in to change notification settings

the-joeyy/lutron_qs_custom_component

 
 

Repository files navigation

lutron_custom_component

Lutron custom component for HA using custom veresion of pylutron. Works with and tested for Homeworks QS, and is set up as HACS component.

Features:

  • ability to include a db_file to the configuration, so that the Lutron component can cache the data
lutronqs:
  host: 192.168.1.23
  username: lutron
  password: password
  db_file: 'Lutron.xml'
  • LEDs in keypad's buttons that are configured as "integration", are created as Light devices LutronLedLight, so you can control them
  • Binary sensors for Occupancy group
  • Buttons to support press, release, hold, double tap, and hold release status
  • Added a new LutronMotorBlind to support motorized shades/blinds via a Motor output

The custom component is loading the custom pylutron version in manifest.json.

About

Lutron Homeworks QS custom component for HA using pylutron

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%