core/tests/components/insteon
Tom Harris 75153dd4a3
Apply code review for insteon config flow (#39171)
* Move options import to async_setup_entry

* Add tests for insteon init

* Move common constants to const

* Clean up to adhear to standards

* Create mock insteon device manager

* Update for HA standards

* Use keys and align to config_flow steps

* Fix default port for hub v1

* Update doc string to represent function

* Remove dump print commands

* Add modem_type entry

* Simplify dict key test

* Setup platforms in async_setup_entry

* Black

* Black tests
2020-08-30 19:15:09 -04:00
..
__init__.py Add config flow to insteon component (#36467) 2020-08-11 18:04:44 -05:00
const.py Apply code review for insteon config flow (#39171) 2020-08-30 19:15:09 -04:00
mock_devices.py Apply code review for insteon config flow (#39171) 2020-08-30 19:15:09 -04:00
test_config_flow.py Apply code review for insteon config flow (#39171) 2020-08-30 19:15:09 -04:00
test_init.py Apply code review for insteon config flow (#39171) 2020-08-30 19:15:09 -04:00