mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-18 11:56:44 +00:00
Catching up on old updates.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
state_topic: "house/washer/status"
|
||||
- platform: history_stats
|
||||
name: Jeff Driving Time
|
||||
entity_id: sesnor.jeff_driving
|
||||
entity_id: sensor.jeff_driving
|
||||
state: 'on'
|
||||
type: time
|
||||
end: '{{ now() }}'
|
||||
@@ -11,7 +11,7 @@
|
||||
days: 7
|
||||
- platform: history_stats
|
||||
name: Kat Driving Time
|
||||
entity_id: sesnor.kat_driving
|
||||
entity_id: sensor.kat_driving
|
||||
state: 'on'
|
||||
type: time
|
||||
end: '{{ now() }}'
|
||||
@@ -19,7 +19,7 @@
|
||||
days: 7
|
||||
- platform: history_stats
|
||||
name: Speech time
|
||||
entity_id: media_player.hass_speaker
|
||||
entity_id: media_player.guest_tv
|
||||
state: 'playing'
|
||||
type: time
|
||||
end: '{{ now() }}'
|
||||
@@ -65,6 +65,13 @@
|
||||
- sensor.living_room_temperature
|
||||
- sensor.master_bedroom_temperature
|
||||
- sensor.skylar_room_temperature
|
||||
- platform: arlo
|
||||
monitored_conditions:
|
||||
- captured_today
|
||||
- last_capture
|
||||
- total_cameras
|
||||
- battery_level
|
||||
- signal_strength
|
||||
- platform: template
|
||||
sensors:
|
||||
sensor_count:
|
||||
|
Reference in New Issue
Block a user