mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
Renaming categories for tracked devices.
This commit is contained in:
parent
ef1dbac124
commit
87592ff860
@ -21,8 +21,8 @@ import ephem
|
|||||||
from . import track_time_change
|
from . import track_time_change
|
||||||
|
|
||||||
STATE_CATEGORY_SUN = "weather.sun"
|
STATE_CATEGORY_SUN = "weather.sun"
|
||||||
STATE_CATEGORY_ALL_DEVICES = 'device.alldevices'
|
STATE_CATEGORY_ALL_DEVICES = 'all_devices'
|
||||||
STATE_CATEGORY_DEVICE_FORMAT = 'device.{}'
|
STATE_CATEGORY_DEVICE_FORMAT = '{}'
|
||||||
|
|
||||||
SUN_STATE_ABOVE_HORIZON = "above_horizon"
|
SUN_STATE_ABOVE_HORIZON = "above_horizon"
|
||||||
SUN_STATE_BELOW_HORIZON = "below_horizon"
|
SUN_STATE_BELOW_HORIZON = "below_horizon"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user