mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Fix all_covers group friendly_name
It now matches other components (`all covers` instead of `all_covers`).
This commit is contained in:
parent
1b9d867d60
commit
e00a469828
@ -25,7 +25,7 @@ from homeassistant.const import (
|
|||||||
DOMAIN = 'cover'
|
DOMAIN = 'cover'
|
||||||
SCAN_INTERVAL = 15
|
SCAN_INTERVAL = 15
|
||||||
|
|
||||||
GROUP_NAME_ALL_COVERS = 'all_covers'
|
GROUP_NAME_ALL_COVERS = 'all covers'
|
||||||
ENTITY_ID_ALL_COVERS = group.ENTITY_ID_FORMAT.format(
|
ENTITY_ID_ALL_COVERS = group.ENTITY_ID_FORMAT.format(
|
||||||
GROUP_NAME_ALL_COVERS)
|
GROUP_NAME_ALL_COVERS)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user