hass-core/tests/components/config
Robbie Trencheny 3769f5893a
Mobile App: Register devices into the registry (#21856)
* Register devices into the registry

* Switch to device ID instead of webhook ID

* Rearchitect mobile_app to support config entries

* Kill DATA_REGISTRATIONS by migrating registrations into config entries

* Fix tests

* Improve how we get the config_entry_id

* Remove single_instance_allowed

* Simplify setup_registration

* Move webhook registering functions into __init__.py since they are only ever used once

* Kill get_registration websocket command

* Support description_placeholders in async_abort

* Add link to mobile_app implementing apps in abort dialog

* Store config entry and device registry entry in hass.data instead of looking it up

* Add testing to ensure that the config entry is created at registration

* Fix busted async_abort test

* Remove unnecessary check for entry is None
2019-03-14 12:57:50 -07:00
..
__init__.py Add config component and hassbian example panel (#5868) 2017-02-11 17:29:05 -08:00
test_area_registry.py Area registry (#20435) 2019-01-28 15:52:42 -08:00
test_auth.py Add update user command (#21922) 2019-03-11 12:08:02 -07:00
test_auth_provider_homeassistant.py Strip login username in backend (#20150) 2019-01-16 15:03:05 -08:00
test_automation.py No more opt-out auth (#18854) 2018-12-02 16:32:53 +01:00
test_config_entries.py Mobile App: Register devices into the registry (#21856) 2019-03-14 12:57:50 -07:00
test_core.py No more opt-out auth (#18854) 2018-12-02 16:32:53 +01:00
test_customize.py No more opt-out auth (#18854) 2018-12-02 16:32:53 +01:00
test_device_registry.py Add friendly name to devices in the device registry (#21318) 2019-02-26 12:20:16 -08:00
test_entity_registry.py Add remove commmand to entity registry (#20597) 2019-01-30 09:50:32 -08:00
test_group.py No more opt-out auth (#18854) 2018-12-02 16:32:53 +01:00
test_init.py Fix aiohttp deprecation warnings (#13240) 2018-03-15 21:49:49 +01:00
test_zwave.py No more opt-out auth (#18854) 2018-12-02 16:32:53 +01:00