Files
homeassistant/packages/history_stats/television_salon.yaml
2019-12-09 12:40:33 +00:00

9 lines
251 B
YAML

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