core/homeassistant/components/ezviz
RenierM26 6af1beb6bf
Change Ezviz detection sensitivity to update per entity (#93995)
* Split detection sensitivity updates to entity instead of coordinator.

* Detection Sensitivity entity individual poll.

* Api return None instead of "unkown" when unkown.

* Only add entity if camera supports

* Cleanup detection type

* Commit suggestions.

---------

Co-authored-by: Chris Talkington <chris@talkingtontech.com>
2023-06-07 18:36:39 +02:00
..
__init__.py Add Ezviz light entity (#93710) 2023-06-01 13:01:57 +02:00
binary_sensor.py
camera.py Add Ezviz number entity (#93366) 2023-05-25 11:09:47 +02:00
config_flow.py
const.py
coordinator.py
entity.py Change Ezviz detection sensitivity to update per entity (#93995) 2023-06-07 18:36:39 +02:00
light.py Add Ezviz light entity (#93710) 2023-06-01 13:01:57 +02:00
manifest.json Change Ezviz detection sensitivity to update per entity (#93995) 2023-06-07 18:36:39 +02:00
number.py Change Ezviz detection sensitivity to update per entity (#93995) 2023-06-07 18:36:39 +02:00
sensor.py Add Ezviz number entity (#93366) 2023-05-25 11:09:47 +02:00
services.yaml
strings.json Add Ezviz number entity (#93366) 2023-05-25 11:09:47 +02:00
switch.py
update.py