mirror of
				https://github.com/house-of-abbey/GarminHomeAssistant.git
				synced 2025-10-31 07:48:13 +00:00 
			
		
		
		
	Amendments
This commit is contained in:
		| @@ -421,12 +421,10 @@ | |||||||
|               "type": "number", |               "type": "number", | ||||||
|               "title": "Step size" |               "title": "Step size" | ||||||
|             }, |             }, | ||||||
|             "decimals": { |             "display_format": { | ||||||
|               "type": "number", |               "type": "string", | ||||||
|               "title": "Number of decimals to display", |               "title": "A C-Style format string for displaying the value in the UI.", | ||||||
|               "minimum": 0, |               "default": "%.1f" | ||||||
|               "maximum": 10, |  | ||||||
|               "default": 1 |  | ||||||
|             }, |             }, | ||||||
|             "entity": { |             "entity": { | ||||||
|               "$ref": "#/$defs/entity" |               "$ref": "#/$defs/entity" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user