core/tests/components/homematicip_cloud
Ville Skyttä 19d25cd901
Change config entry state to an enum (#49654)
* Change config entry state to an enum

* Allow but deprecate EntryState str equality comparison

* Test fixes

* Rename to ConfigEntryState

* Remove str comparability backcompat

* Update new occurrences of strs cropped up during review
2021-05-20 19:19:20 +02:00
..
__init__.py
conftest.py Cleanup of unused connection_class logic (#49865) 2021-04-29 23:12:58 +02:00
helper.py Integrations h*: Rename HomeAssistantType to HomeAssistant. (#49590) 2021-04-23 09:49:02 +02:00
test_alarm_control_panel.py Add SF transition to HmIP-BSL and remove obsolete code in HMIPC (#32833) 2020-03-15 19:01:50 +01:00
test_binary_sensor.py Bump dependency to add more multi channel devices to HomematicIP Cloud (#43914) 2020-12-08 00:16:22 +01:00
test_climate.py Upgrade codespell to 2.0.0 (#44695) 2020-12-31 19:14:07 +01:00
test_config_flow.py Use config_entries.SOURCE_* constants (#49631) 2021-04-25 11:27:40 +02:00
test_cover.py Bump dependency to add more multi channel devices to HomematicIP Cloud (#43914) 2020-12-08 00:16:22 +01:00
test_device.py Update tests c-h to use registry async_get (#47652) 2021-03-09 14:31:17 +01:00
test_hap.py Change config entry state to an enum (#49654) 2021-05-20 19:19:20 +02:00
test_init.py Change config entry state to an enum (#49654) 2021-05-20 19:19:20 +02:00
test_light.py Bump dependency to add more multi channel devices to HomematicIP Cloud (#43914) 2020-12-08 00:16:22 +01:00
test_sensor.py Bump dependency for HomematicIP Cloud (#43018) 2020-11-12 10:33:01 +01:00
test_switch.py Bump dependency to add more multi channel devices to HomematicIP Cloud (#43914) 2020-12-08 00:16:22 +01:00
test_weather.py