core/homeassistant/components/zha
TheJulianJES a58b3721ed
Restore state for ZHA OnOff binary sensors (#90749)
* Restore state for ZHA OnOff binary sensors

* Let `Motion` extend `Opening`

`Motion` is just a specified version of `Opening` that only changes the device class for some motion sensors.
Since we have more "special code" in the OnOff/Opening sensor now, we also want to make sure that gets applied to `Motion` binary sensors.

* Improve comment and type

* Add test to verify that binary sensors restore last HA state
2023-04-03 22:27:57 -04:00
..
core Fix ZHA definition error on received command (#90602) 2023-03-31 14:53:42 -04:00
__init__.py
alarm_control_panel.py
api.py Correctly load ZHA settings from API when integration is not running (#90476) 2023-03-29 17:24:26 -04:00
backup.py
binary_sensor.py Restore state for ZHA OnOff binary sensors (#90749) 2023-04-03 22:27:57 -04:00
button.py Add Aqara smoke sensor entities to ZHA (#90159) 2023-03-28 21:30:56 -04:00
climate.py
config_flow.py
cover.py
device_action.py
device_tracker.py
device_trigger.py
diagnostics.py Perform an energy scan when downloading ZHA diagnostics (#90605) 2023-03-31 15:37:00 -04:00
entity.py
fan.py
light.py
lock.py
logbook.py
manifest.json Bump ZHA dependencies (#90547) 2023-03-30 20:55:01 -04:00
number.py Add Aqara E1 thermostat entities to ZHA (#90158) 2023-03-28 21:12:21 -04:00
radio_manager.py
select.py Add Aqara E1 thermostat entities to ZHA (#90158) 2023-03-28 21:12:21 -04:00
sensor.py Add Aqara smoke sensor entities to ZHA (#90159) 2023-03-28 21:30:56 -04:00
services.yaml
siren.py
strings.json
switch.py Add Aqara smoke sensor entities to ZHA (#90159) 2023-03-28 21:30:56 -04:00
websocket_api.py