mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-11-07 18:18:14 +00:00
Allow floats for media_player picker limits
This commit is contained in:
@@ -617,11 +617,11 @@
|
|||||||
"const": "volume_level"
|
"const": "volume_level"
|
||||||
},
|
},
|
||||||
"min": {
|
"min": {
|
||||||
"type": "integer",
|
"type": "number",
|
||||||
"minimum": 0
|
"minimum": 0
|
||||||
},
|
},
|
||||||
"max": {
|
"max": {
|
||||||
"type": "integer",
|
"type": "number",
|
||||||
"maximum": 1,
|
"maximum": 1,
|
||||||
"description": "Fraction [0,1], not percentage."
|
"description": "Fraction [0,1], not percentage."
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user