mirror of
				https://github.com/thejeffreystone/home-assistant-configuration.git
				synced 2025-11-04 04:55:01 +00:00 
			
		
		
		
	Tweaking garage door sensor
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
			
		||||
- platform: template
 | 
			
		||||
  sensors:
 | 
			
		||||
    garage_door:
 | 
			
		||||
      unit_of_measurement: '%'
 | 
			
		||||
      unit_of_measurement: ''
 | 
			
		||||
      value_template: >-
 | 
			
		||||
          {%- if is_state("cover.garage_door", "open") %}
 | 
			
		||||
                Open
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user