mirror of
https://github.com/andvikt/mega_hacs.git
synced 2025-12-12 01:24:29 +05:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0fab2384b0 | ||
|
|
70a2e5bbb0 | ||
|
|
83c843d722 |
@@ -114,7 +114,7 @@ CONFIG_SCHEMA = vol.Schema(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
extra=vol.PREVENT_EXTRA,
|
extra=vol.ALLOW_EXTRA,
|
||||||
)
|
)
|
||||||
|
|
||||||
ALIVE_STATE = 'alive'
|
ALIVE_STATE = 'alive'
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ LUX = 'lux'
|
|||||||
SINGLE_CLICK = 'single'
|
SINGLE_CLICK = 'single'
|
||||||
DOUBLE_CLICK = 'double'
|
DOUBLE_CLICK = 'double'
|
||||||
|
|
||||||
PATT_FW = re.compile(r'fw:\s(.+)\b')
|
PATT_FW = re.compile(r'fw:\s(.+?)\)')
|
||||||
|
|
||||||
REMOVE_CONFIG = [
|
REMOVE_CONFIG = [
|
||||||
'extenders',
|
'extenders',
|
||||||
|
|||||||
Reference in New Issue
Block a user