Minor Tweeks
This commit is contained in:
parent
950e8f5822
commit
328ecf126c
|
@ -31,3 +31,5 @@ secrets.yaml
|
|||
ip_bans.yaml
|
||||
._*
|
||||
google_calendars.yaml
|
||||
known_devices*
|
||||
zones.yaml
|
||||
|
|
|
@ -721,8 +721,8 @@
|
|||
alias: Kat Pill Reminder
|
||||
initial_state: true
|
||||
trigger:
|
||||
- at: 07:35:00
|
||||
platform: time
|
||||
- platform: template
|
||||
value_template: "{{ states('sensor.time') == (state_attr('input_datetime.kat_pill_reminder', 'timestamp') | int | timestamp_custom('%H:%M', False)) }}"
|
||||
condition:
|
||||
- condition: state
|
||||
entity_id: input_boolean.text_notify_kat
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
- 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"
|
||||
|
|
Loading…
Reference in New Issue