core/homeassistant/components/ezviz
Renier Moorcroft f52876c7f6
Add entity description to EZVIZ SwitchEntity (#95672)
* Initial commit

* Update switch entity

* Add entity description

* Redundant get. Key will always be there.

* fixed dumb condition mistake.

* Removed names from entity description

* Implement suggestions

* async_add_entities has iterator so cleanup

* Update strings.json
2023-07-29 17:37:40 +02:00
..
__init__.py Add Ezviz button entities (#93647) 2023-07-25 00:31:44 +02:00
alarm_control_panel.py Add EZVIZ AlarmControlPanelEntity (#96602) 2023-07-21 12:01:02 +02:00
binary_sensor.py Add EZVIZ BinarySensorEntity proper names and translation key (#95698) 2023-07-20 10:35:06 +02:00
button.py Add Ezviz button entities (#93647) 2023-07-25 00:31:44 +02:00
camera.py Add Ezviz button entities (#93647) 2023-07-25 00:31:44 +02:00
config_flow.py
const.py Add EZVIZ AlarmControlPanelEntity (#96602) 2023-07-21 12:01:02 +02:00
coordinator.py
entity.py
image.py Ezviz image entity cleanup (#96548) 2023-07-17 08:30:17 +02:00
light.py Fix EZVIZ LightEntity occasional ValueError (#95679) 2023-07-24 20:03:31 +02:00
manifest.json
number.py EZVIZ NumberEntity async added to hass (#96930) 2023-07-20 08:25:54 +02:00
select.py Address Ezviz select entity late review (#96525) 2023-07-14 19:27:41 +02:00
sensor.py Add Ezviz SensorEntity name and translation (#95697) 2023-07-19 13:26:11 +02:00
services.yaml Migrate integration services (E-F) to support translations (#96367) 2023-07-11 23:57:29 +02:00
strings.json Add entity description to EZVIZ SwitchEntity (#95672) 2023-07-29 17:37:40 +02:00
switch.py Add entity description to EZVIZ SwitchEntity (#95672) 2023-07-29 17:37:40 +02:00
update.py