mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-11-06 17:51:36 +00:00
Hide my garadget Id. Not that it's super important but...
This commit is contained in:
@@ -173,4 +173,13 @@ Easy Garbage Automation
|
||||
|
||||
|
||||
|
||||
{%- if now().month in [01, 11, 12] -%} Yes {%- else -%} NO {%- endif %}
|
||||
{%- 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"
|
||||
@@ -120,4 +120,4 @@
|
||||
- service: light.turn_on
|
||||
data_template:
|
||||
entity_id: "{{ trigger.event.data.entity_id }}"
|
||||
brightness: 20
|
||||
brightness: 35
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user