mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Allow any positive integer for Z-Wave polling intensity (#3859)
This commit is contained in:
parent
6ca0d4cd14
commit
6951b6f60b
2
homeassistant/components/zwave/__init__.py
Normal file → Executable file
2
homeassistant/components/zwave/__init__.py
Normal file → Executable file
@ -133,7 +133,7 @@ SET_CONFIG_PARAMETER_SCHEMA = vol.Schema({
|
||||
|
||||
CUSTOMIZE_SCHEMA = vol.Schema({
|
||||
vol.Optional(CONF_POLLING_INTENSITY):
|
||||
vol.All(cv.positive_int, vol.In([0, 1, 2, 3, 4, 5])),
|
||||
vol.All(cv.positive_int),
|
||||
})
|
||||
|
||||
CONFIG_SCHEMA = vol.Schema({
|
||||
|
Loading…
x
Reference in New Issue
Block a user