Fix all_covers group friendly_name

It now matches other components (`all covers` instead of `all_covers`).
This commit is contained in:
Robbie Trencheny 2016-09-23 17:13:12 -07:00 committed by GitHub
parent 1b9d867d60
commit e00a469828

View File

@ -25,7 +25,7 @@ from homeassistant.const import (
DOMAIN = 'cover'
SCAN_INTERVAL = 15
GROUP_NAME_ALL_COVERS = 'all_covers'
GROUP_NAME_ALL_COVERS = 'all covers'
ENTITY_ID_ALL_COVERS = group.ENTITY_ID_FORMAT.format(
GROUP_NAME_ALL_COVERS)