core/homeassistant
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
..
auth Add missing return type in Core constructors (#50884) 2021-05-20 18:53:29 +03:00
components Change config entry state to an enum (#49654) 2021-05-20 19:19:20 +02:00
generated Remove discovery from iCloud (#50751) 2021-05-17 12:14:54 +02:00
helpers Add missing return type in Core constructors (#50884) 2021-05-20 18:53:29 +03:00
scripts
util Add missing return type in Core constructors (#50884) 2021-05-20 18:53:29 +03:00
__init__.py
__main__.py
block_async_io.py
bootstrap.py
config.py
config_entries.py Change config entry state to an enum (#49654) 2021-05-20 19:19:20 +02:00
const.py Add `Final` type for all core constants (#50858) 2021-05-19 19:31:38 +03:00
core.py Add missing return type in Core constructors (#50884) 2021-05-20 18:53:29 +03:00
data_entry_flow.py Add missing return type in Core constructors (#50884) 2021-05-20 18:53:29 +03:00
exceptions.py
loader.py Add missing return type in Core constructors (#50884) 2021-05-20 18:53:29 +03:00
package_constraints.txt Updated frontend to 20210518.0 (#50842) 2021-05-18 15:54:14 -07:00
requirements.py
runner.py
setup.py
strings.json