core/homeassistant/components/zha
David F. Mulcahey ac8f555a70
Add additional entities for the Aqara E1 curtain motor to ZHA (#108243)
* aqara curtain motor opened by hand binary sensor

add icon and translation key for identify button

remove previous inversion entity

add window covering type sensor and aqara curtain motor sensors

add aqara curtain motor hook lock switch

add aqara curtain motor attributes zcl_init_attrs

add aqara curtain motor zcl_init_attrs

translations

* update translation string

* review comments

* use enum sensor after rebase

* remove button change
2024-01-30 22:40:33 -05:00
..
core Add additional entities for the Aqara E1 curtain motor to ZHA (#108243) 2024-01-30 22:40:33 -05:00
repairs
__init__.py
alarm_control_panel.py Apply consistent naming to ZHA cluster handler implementations (#108851) 2024-01-25 20:09:38 -05:00
api.py
backup.py
binary_sensor.py Add additional entities for the Aqara E1 curtain motor to ZHA (#108243) 2024-01-30 22:40:33 -05:00
button.py
climate.py Add TURN_ON/OFF ClimateEntityFeature for ZHA (#108978) 2024-01-30 17:57:11 +01:00
config_flow.py
cover.py Clean up ZHA cover entity and add support for inverting cover entities derived from the window covering cluster (#108238) 2024-01-30 13:59:00 +01:00
device_action.py
device_tracker.py
device_trigger.py
diagnostics.py
entity.py
fan.py
light.py Filter ZHA light group color modes (#108861) 2024-01-30 15:14:03 -05:00
lock.py
logbook.py
manifest.json Add update platform to ZHA (bumps zigpy to 0.61.0) (#107612) 2024-01-30 22:34:48 -05:00
number.py Add ZHA ZCL thermostat entities (#106563) 2024-01-31 03:26:19 +01:00
radio_manager.py
select.py Add additional entities for the Aqara E1 curtain motor to ZHA (#108243) 2024-01-30 22:40:33 -05:00
sensor.py Add additional entities for the Aqara E1 curtain motor to ZHA (#108243) 2024-01-30 22:40:33 -05:00
services.yaml
silabs_multiprotocol.py
siren.py Apply consistent naming to ZHA cluster handler implementations (#108851) 2024-01-25 20:09:38 -05:00
strings.json Add additional entities for the Aqara E1 curtain motor to ZHA (#108243) 2024-01-30 22:40:33 -05:00
switch.py Add additional entities for the Aqara E1 curtain motor to ZHA (#108243) 2024-01-30 22:40:33 -05:00
update.py Add update platform to ZHA (bumps zigpy to 0.61.0) (#107612) 2024-01-30 22:34:48 -05:00
websocket_api.py