9 lines
		
	
	
		
			256 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			256 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| sensor:
 | |
|   - platform: history_stats
 | |
|     name: Televisión Salón Encendida
 | |
|     entity_id: media_player.living_room_ue46f6400
 | |
|     state: 'on'
 | |
|     type: time
 | |
|     start: '{{ now().replace(hour=0).replace(minute=0).replace(second=0) }}'
 | |
|     end: '{{ now() }}'
 | 
