2019-03-09 02:52:37 +00:00
|
|
|
- platform: mqtt
|
|
|
|
name: "Washer Status"
|
|
|
|
state_topic: "house/washer/status"
|
2020-03-18 02:48:41 +00:00
|
|
|
- platform: mqtt
|
|
|
|
name: "COVID19 Confirmed"
|
|
|
|
state_topic: "covid/sensor/confirmed"
|
|
|
|
- platform: mqtt
|
|
|
|
name: "COVID19 Recovered"
|
|
|
|
state_topic: "covid/sensor/recovered"
|
|
|
|
- platform: mqtt
|
|
|
|
name: "COVID19 Dead"
|
|
|
|
state_topic: "covid/sensor/dead"
|
|
|
|
- platform: mqtt
|
|
|
|
name: "COVID Old Confirmed"
|
|
|
|
state_topic: "covid/sensor/old-confirmed"
|
|
|
|
- platform: mqtt
|
|
|
|
name: "COVID Old Dead"
|
|
|
|
state_topic: "covid/sensor/old-dead"
|
|
|
|
- platform: mqtt
|
|
|
|
name: "COVID Old Recovered"
|
|
|
|
state_topic: "covid/sensor/old-recovered"
|
2019-07-14 01:38:53 +00:00
|
|
|
- platform: history_stats
|
|
|
|
name: Jeff Driving Time
|
2019-09-07 19:11:00 +00:00
|
|
|
entity_id: sensor.jeff_driving
|
2019-07-14 01:38:53 +00:00
|
|
|
state: 'on'
|
|
|
|
type: time
|
|
|
|
end: '{{ now() }}'
|
|
|
|
duration:
|
|
|
|
days: 7
|
|
|
|
- platform: history_stats
|
|
|
|
name: Kat Driving Time
|
2019-09-07 19:11:00 +00:00
|
|
|
entity_id: sensor.kat_driving
|
2019-07-14 01:38:53 +00:00
|
|
|
state: 'on'
|
|
|
|
type: time
|
|
|
|
end: '{{ now() }}'
|
|
|
|
duration:
|
|
|
|
days: 7
|
2019-07-11 11:47:51 +00:00
|
|
|
- platform: history_stats
|
|
|
|
name: Speech time
|
2019-10-06 00:09:45 +00:00
|
|
|
entity_id: media_player.theater
|
2019-07-11 11:47:51 +00:00
|
|
|
state: 'playing'
|
|
|
|
type: time
|
|
|
|
end: '{{ now() }}'
|
|
|
|
duration:
|
2019-07-14 01:38:53 +00:00
|
|
|
days: 7
|
2019-07-12 20:35:36 +00:00
|
|
|
- platform: history_stats
|
|
|
|
name: AppleTV time
|
|
|
|
entity_id: media_player.apple_tv
|
|
|
|
state: 'playing'
|
|
|
|
type: time
|
|
|
|
end: '{{ now() }}'
|
|
|
|
duration:
|
|
|
|
hours: 24
|
|
|
|
- platform: history_stats
|
|
|
|
name: Roku time
|
|
|
|
entity_id: media_player.bedroom
|
|
|
|
state: 'playing'
|
|
|
|
type: time
|
|
|
|
end: '{{ now() }}'
|
|
|
|
duration:
|
|
|
|
hours: 24
|
2019-11-11 03:45:45 +00:00
|
|
|
- platform: history_stats
|
|
|
|
name: Roku Theater time
|
|
|
|
entity_id: media_player.roku_premiere
|
|
|
|
state: 'playing'
|
|
|
|
type: time
|
|
|
|
end: '{{ now() }}'
|
|
|
|
duration:
|
|
|
|
hours: 24
|
2019-07-12 20:35:36 +00:00
|
|
|
- platform: history_stats
|
|
|
|
name: Washer Time
|
|
|
|
entity_id: sensor.washer_status
|
|
|
|
state: 'running'
|
|
|
|
type: time
|
|
|
|
end: '{{ now() }}'
|
|
|
|
duration:
|
2019-07-14 01:38:53 +00:00
|
|
|
days: 7
|
2019-11-26 02:25:57 +00:00
|
|
|
- platform: statistics
|
2019-07-12 20:35:36 +00:00
|
|
|
name: Outside Temp Stats
|
2019-11-26 02:28:44 +00:00
|
|
|
entity_id: sensor.accurite_back_porch_temperature
|
2019-12-09 13:27:07 +00:00
|
|
|
sampling_size: 500
|
2019-11-26 02:25:57 +00:00
|
|
|
- platform: statistics
|
2019-07-12 20:35:36 +00:00
|
|
|
name: Garage Temp Stats
|
2019-11-26 02:28:44 +00:00
|
|
|
entity_id: sensor.accurite_garage_temperature
|
2019-12-09 13:27:07 +00:00
|
|
|
sampling_size: 500
|
2019-07-12 20:35:36 +00:00
|
|
|
- platform: min_max
|
|
|
|
name: Inside Temp Stats
|
|
|
|
entity_ids:
|
|
|
|
- sensor.craft_room_temperature
|
|
|
|
- sensor.kitchen_temperature
|
|
|
|
- sensor.living_room_temperature
|
|
|
|
- sensor.master_bedroom_temperature
|
|
|
|
- sensor.skylar_room_temperature
|
2019-11-16 02:41:10 +00:00
|
|
|
# - platform: arlo
|
|
|
|
# monitored_conditions:
|
|
|
|
# - captured_today
|
|
|
|
# - last_capture
|
|
|
|
# - total_cameras
|
|
|
|
# - battery_level
|
|
|
|
# - signal_strength
|
2019-11-11 04:43:48 +00:00
|
|
|
- platform: history_stats
|
|
|
|
name: Outside Lights
|
|
|
|
entity_id: group.outside_lights
|
|
|
|
state: 'on'
|
|
|
|
type: time
|
|
|
|
end: '{{ now() }}'
|
|
|
|
duration:
|
|
|
|
hours: 24
|
|
|
|
- platform: history_stats
|
|
|
|
name: Heating Last Day
|
|
|
|
entity_id: sensor.hvac_action
|
|
|
|
state: 'heating'
|
|
|
|
type: time
|
|
|
|
end: '{{ now() }}'
|
|
|
|
duration:
|
|
|
|
hours: 24
|
|
|
|
- platform: history_stats
|
|
|
|
name: Heating Last Month
|
|
|
|
entity_id: sensor.hvac_action
|
|
|
|
state: 'heating'
|
|
|
|
type: time
|
|
|
|
end: '{{ now() }}'
|
|
|
|
duration:
|
|
|
|
days: 30
|
|
|
|
- platform: history_stats
|
|
|
|
name: Cooling Last Day
|
|
|
|
entity_id: sensor.hvac_action
|
|
|
|
state: 'cooling'
|
|
|
|
type: time
|
|
|
|
end: '{{ now() }}'
|
|
|
|
duration:
|
|
|
|
hours: 24
|
2019-11-26 02:25:57 +00:00
|
|
|
- platform: statistics
|
2019-11-11 04:43:48 +00:00
|
|
|
name: Cloud Coverage Stats
|
2019-11-26 02:25:57 +00:00
|
|
|
entity_id: sensor.dark_sky_cloud_coverage
|
2019-12-09 13:27:07 +00:00
|
|
|
sampling_size: 500
|
2019-11-26 02:25:57 +00:00
|
|
|
- platform: statistics
|
|
|
|
name: Visibility Stats
|
|
|
|
entity_id: sensor.dark_sky_visibility
|
2019-12-09 13:27:07 +00:00
|
|
|
sampling_size: 500
|
2019-11-11 04:43:48 +00:00
|
|
|
- platform: history_stats
|
|
|
|
name: Cooling Last Month
|
|
|
|
entity_id: sensor.hvac_action
|
|
|
|
state: 'cooling'
|
|
|
|
type: time
|
|
|
|
end: '{{ now() }}'
|
|
|
|
duration:
|
|
|
|
days: 30
|
2019-11-16 02:41:10 +00:00
|
|
|
- platform: aarlo
|
|
|
|
monitored_conditions:
|
|
|
|
- last_capture
|
|
|
|
- total_cameras
|
|
|
|
- battery_level
|
|
|
|
- captured_today
|
|
|
|
- signal_strength
|
2020-03-18 02:48:41 +00:00
|
|
|
- platform: statistics
|
|
|
|
name: covid confirmed
|
|
|
|
entity_id: sensor.us_coronavirus_confirmed
|
|
|
|
max_age:
|
|
|
|
hours: 24
|
|
|
|
- platform: statistics
|
|
|
|
name: covid current
|
|
|
|
entity_id: sensor.us_coronavirus_current
|
|
|
|
max_age:
|
|
|
|
hours: 24
|
|
|
|
- platform: statistics
|
|
|
|
name: covid deaths
|
|
|
|
entity_id: sensor.us_coronavirus_deaths
|
|
|
|
max_age:
|
|
|
|
hours: 24
|
|
|
|
- platform: statistics
|
|
|
|
name: covid recovered
|
|
|
|
entity_id: sensor.us_coronavirus_recovered
|
|
|
|
max_age:
|
|
|
|
hours: 24
|
|
|
|
- platform: statistics
|
|
|
|
name: covid19 confirmed stats
|
|
|
|
entity_id: sensor.covid19_confirmed
|
|
|
|
max_age:
|
|
|
|
hours: 24
|
|
|
|
- platform: statistics
|
|
|
|
name: covid19 deaths stats
|
|
|
|
entity_id: sensor.covid19_dead
|
|
|
|
max_age:
|
|
|
|
hours: 24
|
|
|
|
- platform: statistics
|
|
|
|
name: covid19 recovered stats
|
|
|
|
entity_id: sensor.covid19_recovered
|
|
|
|
max_age:
|
|
|
|
hours: 24
|
2019-07-11 11:47:51 +00:00
|
|
|
- platform: template
|
|
|
|
sensors:
|
|
|
|
sensor_count:
|
|
|
|
friendly_name: 'Number of Sensors'
|
|
|
|
entity_id: []
|
2019-10-06 00:42:30 +00:00
|
|
|
value_template: >-
|
|
|
|
{{ states.sensor | list | count }}
|
2019-07-11 11:47:51 +00:00
|
|
|
automation_count:
|
|
|
|
friendly_name: 'Number of Automations'
|
|
|
|
entity_id: []
|
2019-10-06 00:42:30 +00:00
|
|
|
value_template: >-
|
|
|
|
{{ states.automation| list | count }}
|
2019-07-11 11:47:51 +00:00
|
|
|
script_count:
|
|
|
|
friendly_name: 'Number of Scripts'
|
|
|
|
entity_id: []
|
2019-10-06 00:42:30 +00:00
|
|
|
value_template: >-
|
|
|
|
{{ states.script | list | count }}
|
2019-07-11 11:47:51 +00:00
|
|
|
binary_sensor_count:
|
|
|
|
friendly_name: 'Number of Binary Sensors'
|
|
|
|
entity_id: []
|
2019-10-06 00:42:30 +00:00
|
|
|
value_template: >-
|
|
|
|
{{ states.binary_sensor | list | count }}
|
2019-07-11 11:47:51 +00:00
|
|
|
tracker_count:
|
|
|
|
friendly_name: 'Number of Devices'
|
|
|
|
entity_id: []
|
2019-10-06 00:42:30 +00:00
|
|
|
value_template: >-
|
|
|
|
{{ states.device_tracker| list | count }}
|
2019-07-11 11:47:51 +00:00
|
|
|
lights_count:
|
|
|
|
friendly_name: 'Number of Lights'
|
|
|
|
entity_id: []
|
2019-10-06 00:42:30 +00:00
|
|
|
value_template: >-
|
|
|
|
{{ states.light | list | count }}
|
2019-07-11 11:47:51 +00:00
|
|
|
camera_count:
|
|
|
|
friendly_name: 'Number of online Cameras'
|
|
|
|
entity_id: []
|
2019-10-06 00:42:30 +00:00
|
|
|
value_template: >-
|
|
|
|
{{ states.camera | list | count }}
|
2019-11-11 04:43:48 +00:00
|
|
|
hvac_action:
|
|
|
|
friendly_name: 'HVAC Action'
|
2020-03-18 02:48:41 +00:00
|
|
|
value_template: "{{states.climate.home.attributes.hvac_action}}"
|
|
|
|
|
2019-11-11 04:43:48 +00:00
|
|
|
|
2019-11-08 17:54:11 +00:00
|
|
|
|