mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
RFC: Deprecate auto target all for services and introduce entity_id: * (#19006)
* Deprecate auto target all * Match on word 'all'
This commit is contained in:
@@ -13,6 +13,9 @@ PLATFORM_FORMAT = '{}.{}'
|
||||
# Can be used to specify a catch all when registering state or event listeners.
|
||||
MATCH_ALL = '*'
|
||||
|
||||
# Entity target all constant
|
||||
ENTITY_MATCH_ALL = 'all'
|
||||
|
||||
# If no name is specified
|
||||
DEVICE_DEFAULT_NAME = 'Unnamed Device'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user