hass-core/homeassistant/helpers
Paulus Schoutsen f704a8e90e Reload config entry when entity enabled in entity registry, remove entity if disabled. (#26120)
* Reload config entry when disabled_by updated in entity registry

* Add types

* Remove entities that get disabled

* Remove unnecessary domain checks.

* Attach handler in async_setup

* Remove unused var

* Type

* Fix test

* Fix tests
2019-08-22 19:32:43 -05:00
..
__init__.py Black 2019-07-31 12:25:30 -07:00
aiohttp_client.py Black 2019-07-31 12:25:30 -07:00
area_registry.py Black 2019-07-31 12:25:30 -07:00
check_config.py Complete some incomplete type hints in helpers (#25953) 2019-08-15 08:53:25 -07:00
condition.py Ensure sun conditions are using the right date (#23664) 2019-08-16 17:34:56 +02:00
config_entry_flow.py Fix config entry has options check (#25976) 2019-08-16 16:19:19 -07:00
config_validation.py Allow components with empty list config (i.e. person) in packages (#25827) 2019-08-10 16:30:33 -07:00
data_entry_flow.py Black 2019-07-31 12:25:30 -07:00
deprecation.py Black 2019-07-31 12:25:30 -07:00
device_registry.py Complete some incomplete type hints in helpers (#25953) 2019-08-15 08:53:25 -07:00
discovery.py Black 2019-07-31 12:25:30 -07:00
dispatcher.py Black 2019-07-31 12:25:30 -07:00
entity.py Reload config entry when entity enabled in entity registry, remove entity if disabled. (#26120) 2019-08-22 19:32:43 -05:00
entity_component.py Add service to reload scenes from configuration.yaml (#25680) 2019-08-05 23:04:19 +02:00
entity_platform.py Log warning if disabled entities receive updates. (#26143) 2019-08-22 14:12:24 -07:00
entity_registry.py Reload config entry when entity enabled in entity registry, remove entity if disabled. (#26120) 2019-08-22 19:32:43 -05:00
entity_values.py Black 2019-07-31 12:25:30 -07:00
entityfilter.py Black 2019-07-31 12:25:30 -07:00
event.py Black 2019-07-31 12:25:30 -07:00
icon.py Black 2019-07-31 12:25:30 -07:00
intent.py Black 2019-07-31 12:25:30 -07:00
json.py Black 2019-07-31 12:25:30 -07:00
location.py Type 2019-07-31 13:08:31 -07:00
logging.py Black 2019-07-31 12:25:30 -07:00
restore_state.py Black 2019-07-31 12:25:30 -07:00
script.py Black 2019-07-31 12:25:30 -07:00
service.py Add descriptive fields to script config (#26056) 2019-08-21 14:08:46 -07:00
signal.py Black 2019-07-31 12:25:30 -07:00
state.py Make reproduce state use platform instead of rely on function (#25856) 2019-08-11 20:03:21 -07:00
storage.py Complete some incomplete type hints in helpers (#25953) 2019-08-15 08:53:25 -07:00
sun.py Black 2019-07-31 12:25:30 -07:00
system_info.py Black 2019-07-31 12:25:30 -07:00
temperature.py Black 2019-07-31 12:25:30 -07:00
template.py Add arcus trigonometry functions to templates (#25510) 2019-08-09 11:16:47 -07:00
translation.py Black 2019-07-31 12:25:30 -07:00
typing.py Update requirement version and add switcher_kis services (#23477) 2019-06-14 15:48:21 -07:00