mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 12:10:28 +00:00
Lots of Spring Cleaning.
This commit is contained in:
@@ -69,28 +69,6 @@ sensor:
|
||||
{%- endfor -%}
|
||||
{%- endfor -%}
|
||||
|
||||
group:
|
||||
network:
|
||||
entities:
|
||||
- sensor.ha_installed_version
|
||||
- sensor.github_stats
|
||||
- sensor.ccostanhomeassistantconfig_state
|
||||
- sensor.ha_uptime
|
||||
- sensor.last_boot_templated
|
||||
- sensor.disk_use_percent
|
||||
- sensor.homeassistant_v2db
|
||||
- sensor.speedtest_download
|
||||
- sensor.speedtest_upload
|
||||
- binary_sensor.carlowink
|
||||
- sensor.network
|
||||
- sensor.network_detail
|
||||
|
||||
# Create full group with Loop!:
|
||||
# {% for state in states.device_tracker-%}
|
||||
# - {{ state.entity_id | lower }}
|
||||
# {{ ' '}}
|
||||
# {%- endfor -%}.
|
||||
|
||||
network_detail:
|
||||
entities:
|
||||
- device_tracker.alexa_echo
|
||||
@@ -151,7 +129,7 @@ group:
|
||||
#-------------------------------------------------------------------------------------
|
||||
automation:
|
||||
- alias: 'Device Status'
|
||||
|
||||
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id:
|
@@ -1,14 +1,9 @@
|
||||
#-------------------------------------------
|
||||
# @CCOSTAN
|
||||
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
||||
# Read more about the house at https://vCloudInfo.com
|
||||
#-------------------------------------------
|
||||
# homeassistant:
|
||||
# customize_glob:
|
||||
# "*.*_sleep_hours":
|
||||
# unit_of_measurement: hours
|
||||
# icon: mdi:sleep
|
||||
#
|
||||
#
|
||||
|
||||
#-------------------------------------------
|
||||
sensor:
|
||||
- platform: travisci
|
||||
@@ -17,16 +12,13 @@ sensor:
|
||||
monitored_conditions:
|
||||
- state
|
||||
#-------------------------------------------
|
||||
# Group added to network package.
|
||||
##############################################################################
|
||||
### Automations - Detect when things are not right. Like any Good Watchdog.
|
||||
##############################################################################
|
||||
|
||||
#automation:
|
||||
#Tweets pushed out to twitter.
|
||||
|
||||
automation:
|
||||
- alias: "Travis FAILURE Notification"
|
||||
|
||||
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id:
|
||||
@@ -37,11 +29,7 @@ automation:
|
||||
data_template:
|
||||
value1: 'Travis validation testing failed.'
|
||||
who: 'carlo'
|
||||
|
||||
- service: notify.html5
|
||||
data_template:
|
||||
title: "Travis-CI FAILURE"
|
||||
message: "Travis validation testing failed."
|
||||
apns: 'travisci'
|
||||
|
||||
- service: persistent_notification.create
|
||||
data:
|
Reference in New Issue
Block a user