hass-core/homeassistant
Glenn Waters d0b37229dd
Switch to config_flow for Environment Canada (#57127)
* Add config_flow to Environment Canada

* Add unique_id

* Remove erroneous directory.

* Tests working!!

* Add back setup.

* First cut of import.

* Temp

* Tweak names.

* Import config.yaml.

* Clean up imports.

* Import working! Some refactor to clean it up.

* Add import test.

* Small optimization.

* Fix comments from code review.

* Remove CONF_NAME and config_flow for it.

* Fixup strings to match new config_flow.

* Fixes for comments from last review.

* Update tests to match new import code.

* Clean up use of CONF_TITLE; fix lint error on push.

* Phew. More cleanup on import. Really streamlined now!

* Update tests.

* Fix lint error.

* Fix lint error, try 2.

* Revert unique_id to use location as part of ID.

* Fix code review comments.

* Fix review comments.
2021-10-11 17:33:29 +02:00
..
auth Disconnect websockets after token is revoked (#57091) 2021-10-08 09:38:22 -07:00
components Switch to config_flow for Environment Canada (#57127) 2021-10-11 17:33:29 +02:00
generated Switch to config_flow for Environment Canada (#57127) 2021-10-11 17:33:29 +02:00
helpers Warn if total_increasing sensor has negative states (#56564) 2021-09-30 07:49:16 -07:00
scripts Import Callable from collections.abc (1) (#56775) 2021-09-29 16:32:11 +02:00
util Fix color util links to Philips Hue documentation (#57099) 2021-10-05 11:19:09 +02:00
__init__.py
__main__.py Activate fault handler (#56550) 2021-09-28 00:05:06 -07:00
block_async_io.py
bootstrap.py Deprecate Python 3.8 (#57079) 2021-10-05 08:58:20 +02:00
config.py Import Callable from collections.abc (1) (#56775) 2021-09-29 16:32:11 +02:00
config_entries.py Use assignment expressions 01 (#56394) 2021-09-18 13:31:35 -10:00
const.py Deprecate Python 3.8 (#57079) 2021-10-05 08:58:20 +02:00
core.py typo (#56477) 2021-09-21 15:09:21 +01:00
data_entry_flow.py Use assignment expressions 01 (#56394) 2021-09-18 13:31:35 -10:00
exceptions.py Avoid some implicit generic Anys (#54577) 2021-08-16 23:12:06 +02:00
loader.py Bump awesomeversion to 21.8.1 (#55817) 2021-09-11 11:40:46 -07:00
package_constraints.txt Bump aiodiscover to 2.4.5 (#57439) 2021-10-11 05:14:42 +02:00
requirements.py Avoid checking if a package is installed if it already failed (#56698) 2021-09-26 22:32:25 -07:00
runner.py Avoid deadlock on shutdown when a task is shielded from cancelation (#56499) 2021-09-21 14:35:14 -07:00
setup.py Import Callable from collections.abc (1) (#56775) 2021-09-29 16:32:11 +02:00
strings.json