Minor Tweeks

This commit is contained in:
Jeffrey Stone
2019-07-12 16:35:36 -04:00
parent 3b924482f3
commit 057e25c3ba
6 changed files with 64 additions and 15 deletions

View File

@@ -2,5 +2,12 @@
access_token: !secret github_token
repositories:
- path: 'thejeffreystone/home-assistant-configuration'
- platform: command_line
command: 'curl https://api.github.com/repos/thejeffreystone/home-assistant-configuration'
name: GitHub Stats
scan_interval: 20000
value_template: '{{ value_json.name }}'
json_attributes:
- open_issues
- stargazers_count

View File

@@ -3,12 +3,52 @@
state_topic: "house/washer/status"
- platform: history_stats
name: Speech time
entity_id: media_player.hass_speker
entity_id: media_player.hass_speaker
state: 'playing'
type: time
end: '{{ now() }}'
duration:
hours: 24
- 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
- platform: history_stats
name: Washer Time
entity_id: sensor.washer_status
state: 'running'
type: time
end: '{{ now() }}'
duration:
hours: 24
- platform: min_max
name: Outside Temp Stats
entity_ids:
- sensor.accurite_back_porch_temperature
- platform: min_max
name: Garage Temp Stats
entity_ids:
- sensor.accurite_garage_temperature
- 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
- platform: template
sensors:
sensor_count:
@@ -107,4 +147,4 @@
{{loop.length}}
{% endif %}
{%- endfor -%}
{%- endfor -%}
{%- endfor -%}

View File

@@ -1,13 +1,13 @@
- platform: speedtest
scan_interval:
hours: 6
monitored_conditions:
- ping
- download
- upload
#- platform: speedtest
# scan_interval:
# hours: 6
# monitored_conditions:
# - ping
# - download
# - upload
- platform: mqtt
name: "network down"
state_topic: "house/speedtest/down"
- platform: mqtt
name: "network up"
state_topic: "house/speedtest/up"
state_topic: "house/speedtest/up"