Refactor wemo standby state slightly
This commit is contained in:
parent
028551784a
commit
5ed6987067
3 changed files with 20 additions and 6 deletions
|
@ -46,6 +46,7 @@ STATE_CLOSED = 'closed'
|
|||
STATE_PLAYING = 'playing'
|
||||
STATE_PAUSED = 'paused'
|
||||
STATE_IDLE = 'idle'
|
||||
STATE_STANDBY = 'standby'
|
||||
|
||||
# #### STATE AND EVENT ATTRIBUTES ####
|
||||
# Contains current time for a TIME_CHANGED event
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue