hass-core/tests
Robert Svensson 0009be595c Device Registry (#15980)
* First draft

* Generate device id

* No obscure registry

* Dont store config_entry_id in device

* Storage

* Small mistake on rebase

* Do storage more like entity registry

* Improve device identification

* Add tests

* Remove deconz device support from PR

* Fix hound comments, voff!

* Fix comments and clean up

* Fix proper indentation

* Fix pydoc issues

* Fix mochad component to not use self.device

* Fix mochad light platform to not use self.device

* Fix TankUtilitySensor to not use self.device

* Fix Soundtouch to not use self.device

* Fix Plex to not use self.device

* Fix Emby to not use self.device

* Fix Heatmiser to not use self.device

* Fix Wemo lights to not use self.device

* Fix Lifx to not use self.device

* Fix Radiotherm to not use self.device

* Fix Juicenet to not use self.device

* Fix Qwikswitch to not use self.device

* Fix Xiaomi miio to not use self.device

* Fix Nest to not use self.device

* Fix Tellduslive to not use self.device

* Fix Knx to not use self.device

* Clean up a small mistake in soundtouch

* Fix comment from Ballob

* Fix bad indentation

* Fix indentatin

* Lint

* Remove unused variable

* Lint
2018-08-22 10:46:37 +02:00
..
auth Add multi-factor authentication modules (#15489) 2018-08-22 09:52:34 +02:00
components Device Registry (#15980) 2018-08-22 10:46:37 +02:00
fixtures Remove unnecessary executable permissions (#15469) 2018-07-14 23:03:36 +02:00
helpers Device Registry (#15980) 2018-08-22 10:46:37 +02:00
mock Look at registry before pulling zwave config values (#14408) 2018-05-12 17:45:36 -04:00
resources Revised package util tests 2016-01-30 14:08:32 -05:00
scripts Fix check config packages key error (#15840) 2018-08-17 05:28:00 +02:00
test_util Deprecated stuff (#16019) 2018-08-20 16:34:18 +02:00
testing_config Revert custom component loading logic (#14327) 2018-05-07 11:25:48 +02:00
util Grammar and spelling fixes (#16065) 2018-08-19 22:29:08 +02:00
__init__.py async HTTP component (#3914) 2016-10-23 23:48:01 -07:00
common.py Add multi-factor authentication modules (#15489) 2018-08-22 09:52:34 +02:00
conftest.py Grammar and spelling fixes (#16065) 2018-08-19 22:29:08 +02:00
test_bootstrap.py Make typing checks more strict (#14429) 2018-07-13 13:24:51 +03:00
test_config.py Disallow use insecure_example auth provider in configuration.yml (#15504) 2018-07-17 19:36:33 +02:00
test_config_entries.py Grammar and spelling fixes (#16065) 2018-08-19 22:29:08 +02:00
test_core.py Grammar and spelling fixes (#16065) 2018-08-19 22:29:08 +02:00
test_data_entry_flow.py Allow finish_flow callback to change data entry result type (#16100) 2018-08-21 10:48:24 -07:00
test_loader.py Grammar and spelling fixes (#16065) 2018-08-19 22:29:08 +02:00
test_main.py Hello Python 3.5 (#12610) 2018-02-22 23:22:27 -08:00
test_requirements.py Grammar and spelling fixes (#16065) 2018-08-19 22:29:08 +02:00
test_setup.py Grammar and spelling fixes (#16065) 2018-08-19 22:29:08 +02:00