core/homeassistant/helpers
Bram Kragten b75639d9d1 Remove lamps and groups from ha when removed from Hue (#26881)
* Remove light when removed from hue

* add remove_config_entry_id

* Review + bump aiohue

* lint

* Add tests
2019-09-25 14:00:18 -07:00
..
__init__.py Removes unnecessary else/elif blocks (#26884) 2019-09-24 13:53:03 -07:00
aiohttp_client.py Migrate legacy typehints in core to PEP-526 (#26403) 2019-09-03 20:36:04 -07:00
area_registry.py Migrate legacy typehints in core to PEP-526 (#26403) 2019-09-03 20:36:04 -07:00
check_config.py Migrate legacy typehints in core to PEP-526 (#26403) 2019-09-03 20:36:04 -07:00
condition.py Reorg device automation (#26880) 2019-09-24 14:57:05 -07:00
config_entry_flow.py
config_validation.py Reorg device automation (#26880) 2019-09-24 14:57:05 -07:00
data_entry_flow.py
deprecation.py
device_registry.py Remove lamps and groups from ha when removed from Hue (#26881) 2019-09-25 14:00:18 -07:00
discovery.py
dispatcher.py
entity.py Add comment for clarity to helper.entity.enabled() (#26793) 2019-09-24 14:21:00 -07:00
entity_component.py Allow passing dictionaries to async_register_entity_service (#26370) 2019-09-03 09:50:24 +02:00
entity_platform.py Use literal string interpolation in core (f-strings) (#26166) 2019-08-23 09:53:33 -07:00
entity_registry.py Use PEP 526 type annotations, add some type hints (#26464) 2019-09-07 09:48:58 +03:00
entity_values.py Migrate legacy typehints in core to PEP-526 (#26403) 2019-09-03 20:36:04 -07:00
entityfilter.py
event.py Use PEP 526 type annotations, add some type hints (#26464) 2019-09-07 09:48:58 +03:00
icon.py
intent.py Migrate legacy typehints in core to PEP-526 (#26403) 2019-09-03 20:36:04 -07:00
json.py
location.py
logging.py Use Python3 new super syntax sugar (#26890) 2019-09-24 15:38:20 -07:00
restore_state.py Migrate legacy typehints in core to PEP-526 (#26403) 2019-09-03 20:36:04 -07:00
script.py Reorg device automation (#26880) 2019-09-24 14:57:05 -07:00
service.py Add descriptive fields to script config (#26056) 2019-08-21 14:08:46 -07:00
signal.py
state.py Migrate legacy typehints in core to PEP-526 (#26403) 2019-09-03 20:36:04 -07:00
storage.py Migrate legacy typehints in core to PEP-526 (#26403) 2019-09-03 20:36:04 -07:00
sun.py Migrate legacy typehints in core to PEP-526 (#26403) 2019-09-03 20:36:04 -07:00
system_info.py
temperature.py Use literal string interpolation in core (f-strings) (#26166) 2019-08-23 09:53:33 -07:00
template.py Type hint additions (#26765) 2019-09-20 08:23:34 -07:00
translation.py Migrate legacy typehints in core to PEP-526 (#26403) 2019-09-03 20:36:04 -07:00
typing.py