remove crap entities

This commit is contained in:
Andrey
2021-03-04 20:45:42 +03:00
parent 7135bb273e
commit 81d85ba1ed
8 changed files with 33 additions and 3 deletions

View File

@@ -55,4 +55,15 @@ LUX = 'lux'
SINGLE_CLICK = 'single'
DOUBLE_CLICK = 'double'
PATT_FW = re.compile(r'fw:\s(.+)\)')
PATT_FW = re.compile(r'fw:\s(.+)\)')
REMOVE_CONFIG = [
'extenders',
'ext_in',
'ext_acts',
'i2c_sensors',
'binary_sensor',
'light',
'i2c',
'sensor',
]