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
alarm_control_panel.py
binary_sensor.py
button.py
camera.py
config_flow.py
const.py
coordinator.py
entity.py
image.py
light.py
manifest.json
number.py
select.py
sensor.py
services.yaml
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