13 lines
		
	
	
		
			504 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			504 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| binary_sensor:
 | |
|   - platform: template
 | |
|     sensors:
 | |
|        movimiento_habitacion_noha:
 | |
|          friendly_name: "Movimiento Habitación Noha"
 | |
|          entity_id:
 | |
|            - binary_sensor.movimiento_habitacion_noha_primario
 | |
|            - binary_sensor.movimiento_habitacion_noha_secundario
 | |
|          value_template: >-
 | |
|             {{ is_state('binary_sensor.movimiento_habitacion_noha_primario','on') or is_state('binary_sensor.movimiento_habitacion_noha_secundario','on') }}
 | |
|          device_class: motion
 | |
| 
 | 
