mirror of
				https://github.com/CCOSTAN/Home-AssistantConfig.git
				synced 2025-10-31 10:46:20 +00:00 
			
		
		
		
	#429 - Only get alerts for Up or DOwn.. not unavailable.
This commit is contained in:
		| @@ -112,6 +112,14 @@ automation: | ||||
|       - platform: state | ||||
|         entity_id: sensor.grid_status | ||||
|  | ||||
|     condition: | ||||
|       condition: or | ||||
|       conditions: | ||||
|         - condition: template | ||||
|           value_template: "{{ states('sensor.grid_statuse') == 'True' }}" | ||||
|         - condition: template | ||||
|           value_template: "{{ states('sensor.grid_statuse') == 'False' }}" | ||||
|  | ||||
|     action: | ||||
|       - service: script.notify_engine | ||||
|         data_template: | ||||
|   | ||||
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 99 KiB | 
		Reference in New Issue
	
	Block a user