Fix group names for switch, light and devices
This commit is contained in:
parent
ff230cefe3
commit
dbefeb3f6b
3 changed files with 6 additions and 9 deletions
|
@ -24,9 +24,8 @@ DEPENDENCIES = []
|
|||
|
||||
SERVICE_DEVICE_TRACKER_RELOAD = "reload_devices_csv"
|
||||
|
||||
GROUP_NAME_ALL_DEVICES = 'all_devices'
|
||||
ENTITY_ID_ALL_DEVICES = group.ENTITY_ID_FORMAT.format(
|
||||
GROUP_NAME_ALL_DEVICES)
|
||||
GROUP_NAME_ALL_DEVICES = 'all devices'
|
||||
ENTITY_ID_ALL_DEVICES = group.ENTITY_ID_FORMAT.format('all_devices')
|
||||
|
||||
ENTITY_ID_FORMAT = DOMAIN + '.{}'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue