Change device state categories to contain "device."
This commit is contained in:
parent
8124188264
commit
356f49bcef
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue