hass-core/homeassistant/components/onvif
epenet 03d5b18974
Remove options property from OptionFlow (#129890)
* Remove options property from OptionFlow

* Update test_config_entries.py

* Partial revert of "Remove deprecated property setters in option flows (#129773)"

* Partial revert "Use new helper properties in crownstone options flow (#129774)"

* Restore onewire init

* Restore onvif

* Restore roborock

* Use deepcopy in onewire

* Restore steam_online

* Restore initial options property in OptionsFlowWithConfigEntry

* re-add options property in SchemaOptionsFlowHandler

* Restore test

* Cleanup
2024-11-06 23:28:01 +01:00
..
__init__.py
binary_sensor.py Move onvif base entity to separate module (#126128) 2024-09-18 11:26:52 +02:00
button.py Move onvif base entity to separate module (#126128) 2024-09-18 11:26:52 +02:00
camera.py Move onvif base entity to separate module (#126128) 2024-09-18 11:26:52 +02:00
config_flow.py Remove options property from OptionFlow (#129890) 2024-11-06 23:28:01 +01:00
const.py
device.py
diagnostics.py
entity.py Move onvif base entity to separate module (#126128) 2024-09-18 11:26:52 +02:00
event.py Use debug/warning instead of info log level in components [o] (#126138) 2024-09-17 19:44:12 +02:00
icons.json
manifest.json
models.py
parsers.py Add Human Shape Detect to ONVIF (#125335) 2024-09-10 15:39:53 +02:00
sensor.py Move onvif base entity to separate module (#126128) 2024-09-18 11:26:52 +02:00
services.yaml
strings.json Use bold to markup UI strings (#126748) 2024-09-25 15:33:23 +02:00
switch.py Move onvif base entity to separate module (#126128) 2024-09-18 11:26:52 +02:00
util.py