mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-11-07 10:08:14 +00:00
Allow floats for media_player picker limits
This commit is contained in:
@@ -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."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user