core/homeassistant/components/lutron
wilburCforce 39d263599e
Add lutron fan entity (#107402)
* add support for fan entity

* removed unused variables

* removed preset leftovers - not needed

* added deprecation for fans

* Update __init__.py

* fix typing

* initial updates based on review

* updated to search on unique ID instead of entity ID.

* updates for nits

* nits updates

* updates for new callback

* removed async per nits

* wrapped comments into shorter lines

* Add comment comma

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-01-29 20:58:12 +01:00
..
__init__.py Add lutron fan entity (#107402) 2024-01-29 20:58:12 +01:00
binary_sensor.py Update Lutron in callback (#108779) 2024-01-25 12:54:31 +01:00
config_flow.py
const.py
cover.py Update Lutron in callback (#108779) 2024-01-25 12:54:31 +01:00
entity.py Update Lutron in callback (#108779) 2024-01-25 12:54:31 +01:00
fan.py Add lutron fan entity (#107402) 2024-01-29 20:58:12 +01:00
light.py Add lutron fan entity (#107402) 2024-01-29 20:58:12 +01:00
manifest.json Add code owner for Lutron (#107280) 2024-01-05 20:07:08 +01:00
scene.py Update Lutron in callback (#108779) 2024-01-25 12:54:31 +01:00
strings.json Add lutron fan entity (#107402) 2024-01-29 20:58:12 +01:00
switch.py Update Lutron in callback (#108779) 2024-01-25 12:54:31 +01:00