mirror of
https://github.com/home-assistant/core.git
synced 2026-05-04 20:04:35 +02:00
Allow any positive integer for Z-Wave polling intensity (#3859)
This commit is contained in:
committed by
Paulus Schoutsen
parent
6ca0d4cd14
commit
6951b6f60b
Regular → Executable
+1
-1
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user