From 4b521603ccc206e49e6c0fee85a71fab44afb63b Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Wed, 7 Dec 2016 16:53:01 +0000 Subject: [PATCH] Hide my garadget Id. Not that it's super important but... --- Misc Stuff.md | 11 ++++++++++- automation/detect_and_adjust_lights.yaml | 2 +- configuration.yaml | 4 ++-- customize/weather.yaml | 4 ++-- group/weather.yaml | 4 ++-- 5 files changed, 17 insertions(+), 8 deletions(-) diff --git a/Misc Stuff.md b/Misc Stuff.md index 6d7cb2fd..8591e4a5 100755 --- a/Misc Stuff.md +++ b/Misc Stuff.md @@ -173,4 +173,13 @@ Easy Garbage Automation -{%- if now().month in [01, 11, 12] -%} Yes {%- else -%} NO {%- endif %} \ No newline at end of file +{%- if now().month in [01, 11, 12] -%} Yes {%- else -%} NO {%- endif %} + + +binary_sensor: + platform: command_line + name: Daughter Laptop + command: ping -W 1 -c 1 192.168.0.101 > /dev/null 2>&1 && echo success || echo fail + sensor_class: connectivity + payload_on: "success" + payload_off: "fail" \ No newline at end of file diff --git a/automation/detect_and_adjust_lights.yaml b/automation/detect_and_adjust_lights.yaml index 46df5907..5d932510 100755 --- a/automation/detect_and_adjust_lights.yaml +++ b/automation/detect_and_adjust_lights.yaml @@ -120,4 +120,4 @@ - service: light.turn_on data_template: entity_id: "{{ trigger.event.data.entity_id }}" - brightness: 20 \ No newline at end of file + brightness: 35 \ No newline at end of file diff --git a/configuration.yaml b/configuration.yaml index 58d6416d..49d13acc 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -94,11 +94,11 @@ media_player: cover: platform: garadget covers: - !secret garadget_id: + !secret garadget_large_id: username: !secret garadget_username password: !secret garadget_password name: Garadget Large - 2a003f001751353432393433: + !secret garadget_small_id: username: !secret garadget_username password: !secret garadget_password name: Garadget Small diff --git a/customize/weather.yaml b/customize/weather.yaml index d038feca..c5443b80 100755 --- a/customize/weather.yaml +++ b/customize/weather.yaml @@ -31,10 +31,10 @@ sensor.nest_downstairs: sensor.nest_upstairs: icon: mdi:air-conditioner hidden: true -sensor.downstairs_humidity: +sensor.downstairs_thermostat_humidity: icon: mdi:water-percent hidden: true -sensor.upstairs_humidity: +sensor.upstairs_thermostat_humidity: icon: mdi:water-percent hidden: true sensor.upstairs_away_mode: diff --git a/group/weather.yaml b/group/weather.yaml index 2b2db2c5..70fcaf52 100755 --- a/group/weather.yaml +++ b/group/weather.yaml @@ -1,9 +1,9 @@ Weather: entities: - climate.downstairs - - sensor.downstairs_humidity + - sensor.downstairs_thermostat_humidity - climate.upstairs - - sensor.upstairs_humidity + - sensor.upstairs_thermostat_humidity # - sensor.dark_sky_summary - sensor.dark_sky_minutely_summary # - sensor.dark_sky_nearest_storm_distance