Merge branch 'master' into device_debugging_option

This commit is contained in:
rospogrigio
2023-01-10 22:42:30 +01:00
committed by GitHub
5 changed files with 7 additions and 4 deletions

View File

@@ -83,6 +83,7 @@ CLOUD_SETUP_SCHEMA = vol.Schema(
}
)
DEVICE_SCHEMA = vol.Schema(
{
vol.Required(CONF_FRIENDLY_NAME): cv.string,