diff --git a/config.schema.json b/config.schema.json index 0c7c731..101f436 100644 --- a/config.schema.json +++ b/config.schema.json @@ -617,11 +617,11 @@ "const": "volume_level" }, "min": { - "type": "integer", + "type": "number", "minimum": 0 }, "max": { - "type": "integer", + "type": "number", "maximum": 1, "description": "Fraction [0,1], not percentage." }