Merge branch 'stability_fixes' of github.com:rospogrigio/localtuya into stability_fixes

This commit is contained in:
rospogrigio
2023-02-06 10:25:34 +01:00
3 changed files with 11 additions and 11 deletions

View File

@@ -140,7 +140,7 @@ def options_schema(entities):
["3.1", "3.2", "3.3", "3.4"]
),
vol.Required(CONF_ENABLE_DEBUG, default=False): bool,
vol.Optional(CONF_SCAN_INTERVAL): cv.string,
vol.Optional(CONF_SCAN_INTERVAL): int,
vol.Optional(CONF_MANUAL_DPS): cv.string,
vol.Optional(CONF_RESET_DPIDS): cv.string,
vol.Required(