mirror of
				https://github.com/house-of-abbey/GarminHomeAssistant.git
				synced 2025-10-31 15:48:13 +00:00 
			
		
		
		
	add "pin": true JSON config property, add default pin, add pin confirmation to toggle, adjust JSON schema
				
					
				
			This commit is contained in:
		| @@ -66,10 +66,10 @@ | ||||
|   <property id="confirm_timeout" type="number">3</property> | ||||
|  | ||||
|   <!-- | ||||
|     PIN to be used for confirmation. If a PIN is set, every action with 'confirm': true | ||||
|     will show the PIN confirmation dialog. | ||||
|     PIN to be used for confirmation. Used for actions with 'pin': true | ||||
|     which will show the PIN confirmation dialog. | ||||
|   --> | ||||
|   <property id="pin" type="string"></property> | ||||
|   <property id="pin" type="string">0000</property> | ||||
|  | ||||
|   <!-- | ||||
|     Left to right or right to left text. Language dependent. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user