mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Add idle state to const.py
This commit is contained in:
parent
bacff3de8d
commit
1585a91aec
@ -42,6 +42,7 @@ STATE_OPEN = 'open'
|
|||||||
STATE_CLOSED = 'closed'
|
STATE_CLOSED = 'closed'
|
||||||
STATE_PLAYING = 'playing'
|
STATE_PLAYING = 'playing'
|
||||||
STATE_PAUSED = 'paused'
|
STATE_PAUSED = 'paused'
|
||||||
|
STATE_IDLE = 'idle'
|
||||||
|
|
||||||
# #### STATE AND EVENT ATTRIBUTES ####
|
# #### STATE AND EVENT ATTRIBUTES ####
|
||||||
# Contains current time for a TIME_CHANGED event
|
# Contains current time for a TIME_CHANGED event
|
||||||
|
Loading…
x
Reference in New Issue
Block a user