add sensor filters

This commit is contained in:
Викторов Андрей Германович
2021-09-21 14:26:00 +03:00
parent 1512238763
commit 496713cfec
3 changed files with 42 additions and 4 deletions

View File

@@ -45,6 +45,8 @@ CONF_SMOOTH = 'smooth'
CONF_WHITE_SEP = 'white_sep'
CONF_CHIP = 'chip'
CONF_RANGE = 'range'
CONF_FILTER_VALUES = 'filter_values'
CONF_FILTER_SCALE = 'filter_scale'
PLATFORMS = [
"light",
"switch",