core/homeassistant/components/ezviz
RenierM26 899adfa74c
Add Ezviz select entity (#93625)
* Initial commit

* Add select entity

* coveragerc

* Cleanup

* Commit suggestions.

* Raise issue before try except

* Add translation key

* Update camera.py

* Update camera.py

* Disable old sensor by default instead of removing.

* Apply suggestions from code review

Co-authored-by: G Johansson <goran.johansson@shiftit.se>

* IR fix flow

* Fix conflict

* run black

---------

Co-authored-by: G Johansson <goran.johansson@shiftit.se>
2023-07-12 18:33:56 +02:00
..
__init__.py Add Ezviz select entity (#93625) 2023-07-12 18:33:56 +02:00
binary_sensor.py
camera.py Add Ezviz select entity (#93625) 2023-07-12 18:33:56 +02:00
config_flow.py
const.py
coordinator.py
entity.py
light.py
manifest.json
number.py
select.py Add Ezviz select entity (#93625) 2023-07-12 18:33:56 +02:00
sensor.py Add Ezviz select entity (#93625) 2023-07-12 18:33:56 +02:00
services.yaml Migrate integration services (E-F) to support translations (#96367) 2023-07-11 23:57:29 +02:00
strings.json Add Ezviz select entity (#93625) 2023-07-12 18:33:56 +02:00
switch.py
update.py