mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Added missing operator.
This commit is contained in:
@@ -24,7 +24,7 @@ DEPENDENCIES = ['neato']
|
||||
SCAN_INTERVAL = timedelta(minutes=5)
|
||||
|
||||
SUPPORT_NEATO = SUPPORT_BATTERY | SUPPORT_PAUSE | SUPPORT_RETURN_HOME | \
|
||||
SUPPORT_STOP | SUPPORT_START | SUPPORT_CLEAN_SPOT \
|
||||
SUPPORT_STOP | SUPPORT_START | SUPPORT_CLEAN_SPOT | \
|
||||
SUPPORT_STATE | SUPPORT_MAP | SUPPORT_LOCATE
|
||||
|
||||
ATTR_CLEAN_START = 'clean_start'
|
||||
|
Reference in New Issue
Block a user