mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
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
This commit is contained in:
@@ -16,6 +16,7 @@ PLATFORM_FORMAT = "{platform}.{domain}"
|
||||
MATCH_ALL = "*"
|
||||
|
||||
# Entity target all constant
|
||||
ENTITY_MATCH_NONE = "none"
|
||||
ENTITY_MATCH_ALL = "all"
|
||||
|
||||
# If no name is specified
|
||||
|
||||
Reference in New Issue
Block a user