mirror of
				https://github.com/house-of-abbey/GarminHomeAssistant.git
				synced 2025-10-31 07:48:13 +00:00 
			
		
		
		
	
							
								
								
									
										18
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										18
									
								
								README.md
									
									
									
									
									
								
							| @@ -143,7 +143,24 @@ Example schema: | ||||
|         "service": "scene.turn_on", | ||||
|         "pin": true | ||||
|       } | ||||
|     }, | ||||
|     { | ||||
|     "name": "Heating", | ||||
|     "content": "{{ ' %.1f' | format(state_attr('climate.myheating','temperature'))  }}", | ||||
|     "type": "numeric", | ||||
|         "entity": "climate.myheating", | ||||
|         "tap_action": { | ||||
|           "service": "climate.set_temperature", | ||||
|           "data": { | ||||
|               "step": "0.5", | ||||
|               "start": "10", | ||||
|               "stop": "30", | ||||
|               "valueLabel": "temperature", | ||||
|               "formatString": "%.1f" | ||||
|           } | ||||
|         }, | ||||
|     "pin": false | ||||
|     } , | ||||
|   ] | ||||
| } | ||||
| ``` | ||||
| @@ -157,6 +174,7 @@ The example above illustrates how to configure: | ||||
| * Script invocation (`tap`) | ||||
| * Service invocation, e.g. Scene setting, (`tap`) | ||||
| * A sub-menu to open (`group`) | ||||
| * A numeric item (`numeric`), which allows you to set a numeric value e.g. for heating or a dimmer. ValueLabel defines the variable to return. You can optionally set the minimum (start) and maximum (stop) value as well as the step to increase/decrease and a tepmlate how to format the value. | ||||
| * You can also display the status of devices (`info`) which is essentially a `tap` with no action | ||||
| * All menu items can display the results of evaluating [templates](examples/Templates.md). | ||||
|  | ||||
|   | ||||
							
								
								
									
										37
									
								
								manifest.xml
									
									
									
									
									
								
							
							
						
						
									
										37
									
								
								manifest.xml
									
									
									
									
									
								
							| @@ -33,6 +33,43 @@ | ||||
|       "Monkey C: Edit Products" - Lets you add or remove any product | ||||
|     --> | ||||
|         <iq:products> | ||||
|             <iq:product id="approachs50"/> | ||||
|             <iq:product id="approachs7042mm"/> | ||||
|             <iq:product id="approachs7047mm"/> | ||||
|             <iq:product id="d2air"/> | ||||
|             <iq:product id="d2airx10"/> | ||||
|             <iq:product id="d2delta"/> | ||||
|             <iq:product id="d2deltapx"/> | ||||
|             <iq:product id="d2deltas"/> | ||||
|             <iq:product id="d2mach1"/> | ||||
|             <iq:product id="descentg1"/> | ||||
|             <iq:product id="descentg2"/> | ||||
|             <iq:product id="descentmk2"/> | ||||
|             <iq:product id="descentmk2s"/> | ||||
|             <iq:product id="descentmk343mm"/> | ||||
|             <iq:product id="descentmk351mm"/> | ||||
|             <iq:product id="edge1030"/> | ||||
|             <iq:product id="edge1030bontrager"/> | ||||
|             <iq:product id="edge1030plus"/> | ||||
|             <iq:product id="edge1040"/> | ||||
|             <iq:product id="edge1050"/> | ||||
|             <iq:product id="edge520plus"/> | ||||
|             <iq:product id="edge530"/> | ||||
|             <iq:product id="edge540"/> | ||||
|             <iq:product id="edge550"/> | ||||
|             <iq:product id="edge820"/> | ||||
|             <iq:product id="edge830"/> | ||||
|             <iq:product id="edge840"/> | ||||
|             <iq:product id="edge850"/> | ||||
|             <iq:product id="edgeexplore"/> | ||||
|             <iq:product id="edgeexplore2"/> | ||||
|             <iq:product id="edgemtb"/> | ||||
|             <iq:product id="enduro"/> | ||||
|             <iq:product id="enduro3"/> | ||||
|             <iq:product id="epix2"/> | ||||
|             <iq:product id="epix2pro42mm"/> | ||||
|             <iq:product id="epix2pro47mm"/> | ||||
|             <iq:product id="epix2pro47mmsystem7preview"/> | ||||
|             <iq:product id="epix2pro51mm"/> | ||||
|             <iq:product id="venu3"/> | ||||
|         </iq:products> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user