core/homeassistant/helpers
Paulus Schoutsen f41623ca64
Log warning when entities referenced in service call not found (#31427)
* Raise entities not found error

* Make it a warning, not an error

* Add support for MATCH_ENTITY_NONE

* Fix lint

* Fix tests
2020-02-04 14:42:07 -08:00
..
__init__.py Various string cleanups (#30435) 2020-01-03 14:47:06 +01:00
aiohttp_client.py Sort imports according to PEP8 for 'homeassistant' folder (#29789) 2019-12-09 16:42:10 +01:00
area_registry.py Sort imports according to PEP8 for 'homeassistant' folder (#29789) 2019-12-09 16:42:10 +01:00
check_config.py Add Safe Mode (#30723) 2020-01-14 13:03:02 -08:00
collection.py Migrate zone to use collection helpers (#30774) 2020-01-22 12:36:25 -08:00
condition.py Find related items scripts/automations (#31293) 2020-01-29 16:19:13 -08:00
config_entry_flow.py Sort imports according to PEP8 for 'homeassistant' folder (#29789) 2019-12-09 16:42:10 +01:00
config_entry_oauth2_flow.py Removes unneeded abort if unique id in Oauth2 discovery flow (#30733) 2020-01-13 05:29:19 -08:00
config_validation.py Log warning when entities referenced in service call not found (#31427) 2020-02-04 14:42:07 -08:00
data_entry_flow.py Sort imports according to PEP8 for 'homeassistant' folder (#29789) 2019-12-09 16:42:10 +01:00
debounce.py Update Hue data fetching (#31338) 2020-01-31 14:47:40 -08:00
deprecation.py Adds guards for missing information in call stack frames (#27217) 2019-10-05 11:59:33 +02:00
device_registry.py Fix callback and async (#31281) 2020-01-29 13:59:45 -08:00
discovery.py Various string cleanups (#30435) 2020-01-03 14:47:06 +01:00
dispatcher.py Sort imports according to PEP8 for 'homeassistant' folder (#29789) 2019-12-09 16:42:10 +01:00
entity.py Fix callback and async (#31281) 2020-01-29 13:59:45 -08:00
entity_component.py Migrate zone to use collection helpers (#30774) 2020-01-22 12:36:25 -08:00
entity_platform.py Add foundation for integration services (#30813) 2020-01-19 17:55:18 -08:00
entity_registry.py Restore unit_of_measurement from entity registry (#30780) 2020-01-15 08:09:05 -08:00
entity_values.py Migrate legacy typehints in core to PEP-526 (#26403) 2019-09-03 20:36:04 -07:00
entityfilter.py Black 2019-07-31 12:25:30 -07:00
event.py Update Hue data fetching (#31338) 2020-01-31 14:47:40 -08:00
icon.py Various string cleanups (#30435) 2020-01-03 14:47:06 +01:00
integration_platform.py Add integration platform helper (#29914) 2019-12-13 15:38:41 +01:00
intent.py Various string cleanups (#30435) 2020-01-03 14:47:06 +01: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 Fix typos found by codespell (#31243) 2020-01-31 08:33:00 -08:00
network.py Sort imports according to PEP8 for 'homeassistant' folder (#29789) 2019-12-09 16:42:10 +01:00
restore_state.py Fix callback and async (#31281) 2020-01-29 13:59:45 -08:00
script.py Handle service calls that do not refer entity IDs (#31317) 2020-01-30 09:28:06 -08:00
service.py Log warning when entities referenced in service call not found (#31427) 2020-02-04 14:42:07 -08:00
signal.py Sort imports according to PEP8 for 'homeassistant' folder (#29789) 2019-12-09 16:42:10 +01:00
state.py Sort imports according to PEP8 for 'homeassistant' folder (#29789) 2019-12-09 16:42:10 +01:00
storage.py Sort imports according to PEP8 for 'homeassistant' folder (#29789) 2019-12-09 16:42:10 +01:00
sun.py Sort imports according to PEP8 for 'homeassistant' folder (#29789) 2019-12-09 16:42:10 +01:00
system_info.py Sort imports according to PEP8 for 'homeassistant' folder (#29789) 2019-12-09 16:42:10 +01:00
temperature.py Sort imports according to PEP8 for 'homeassistant' folder (#29789) 2019-12-09 16:42:10 +01:00
template.py Fix typos found by codespell (#31243) 2020-01-31 08:33:00 -08:00
translation.py Various string cleanups (#30435) 2020-01-03 14:47:06 +01:00
typing.py Sort imports according to PEP8 for 'homeassistant' folder (#29789) 2019-12-09 16:42:10 +01:00
update_coordinator.py Remove hour delay before checking for updates (#31368) 2020-02-01 08:14:28 -08:00