Change device state categories to contain "device."

This commit is contained in:
Paulus Schoutsen 2013-12-07 12:54:50 -08:00
parent 8124188264
commit 356f49bcef

View file

@ -29,8 +29,8 @@ STATE_CATEGORY_SUN = "weather.sun"
STATE_ATTRIBUTE_NEXT_SUN_RISING = "next_rising"
STATE_ATTRIBUTE_NEXT_SUN_SETTING = "next_setting"
STATE_CATEGORY_ALL_DEVICES = 'all_devices'
STATE_CATEGORY_DEVICE_FORMAT = '{}'
STATE_CATEGORY_ALL_DEVICES = 'device.ALL'
STATE_CATEGORY_DEVICE_FORMAT = 'device.{}'
STATE_CATEGORY_CHROMECAST = 'chromecast'