1
mirror of https://github.com/home-assistant/core synced 2024-09-06 10:29:55 +02:00

Default state name tweaks

This commit is contained in:
Paulus Schoutsen 2014-10-30 22:29:33 -07:00
parent 82b2b9cb94
commit 22b3d7810d
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ DEPENDENCIES = []
SERVICE_YOUTUBE_VIDEO = 'play_youtube_video'
ENTITY_ID_FORMAT = DOMAIN + '.{}'
STATE_NO_APP = 'no_app'
STATE_NO_APP = 'idle'
ATTR_STATE = 'state'
ATTR_OPTIONS = 'options'

View File

@ -25,7 +25,7 @@ DEPENDENCIES = []
SERVICE_DEVICE_TRACKER_RELOAD = "reload_devices_csv"
GROUP_NAME_ALL_DEVICES = 'all_tracked_devices'
GROUP_NAME_ALL_DEVICES = 'all_devices'
ENTITY_ID_ALL_DEVICES = group.ENTITY_ID_FORMAT.format(
GROUP_NAME_ALL_DEVICES)