Move config to a subfolder

This commit is contained in:
2020-03-20 02:08:56 +02:00
parent badd728c82
commit 69bf7ac509
54 changed files with 5 additions and 89 deletions
-3
View File
@@ -1,3 +0,0 @@
sensor:
- platform: aftership
api_key: !secret aftership_key
-24
View File
@@ -1,24 +0,0 @@
binary_sensor:
- platform: template
sensors:
front_door_on_off_wrapper:
friendly_name: Front door
device_class: door
value_template: "{{ is_state('binary_sensor.front_door_on_off', 'on') }}"
entity_id: binary_sensor.front_door_on_off
icon_template: >
{% if is_state('binary_sensor.front_door_on_off', 'on') %} mdi:door-open
{% else %} mdi:door-closed
{% endif %}
#
# ─── CUSTOMIZATION ──────────────────────────────────────────────────────────────
#
homeassistant:
customize:
binary_sensor.front_door_on_off:
friendly_name: Front door sensor
sensor.front_door_power:
friendly_name: Front door battery
-36
View File
@@ -1,36 +0,0 @@
# https://www.home-assistant.io/integrations/synologydsm
sensor:
- platform: synologydsm
host: !secret synology_ip
username: !secret synology_user
password: !secret synology_password
monitored_conditions:
- cpu_15min_load
- cpu_1min_load
- cpu_5min_load
- cpu_other_load
- cpu_system_load
- cpu_total_load
- cpu_user_load
- disk_below_remain_life_thr
- disk_device
- disk_exceed_bad_sector_thr
- disk_smart_status
- disk_status
- disk_temp
- memory_available_real
- memory_available_swap
- memory_cached
- memory_real_usage
- memory_size
- memory_total_real
- memory_total_swap
- network_down
- network_up
- volume_device_type
- volume_disk_temp_avg
- volume_disk_temp_max
- volume_percentage_used
- volume_size_total
- volume_size_used
- volume_status
-10
View File
@@ -1,10 +0,0 @@
# https://www.home-assistant.io/integrations/sun
sun:
sensor:
- platform: launch_library
- platform: moon
binary_sensor:
# https://www.home-assistant.io/integrations/iss/
- platform: iss
-12
View File
@@ -1,12 +0,0 @@
sensor:
- platform: waze_travel_time
name: Home to work
origin: zone.home
destination: zone.work
region: "EU"
- platform: waze_travel_time
name: Work to home
origin: zone.work
destination: zone.home
region: "EU"
-66
View File
@@ -1,66 +0,0 @@
# https://www.home-assistant.io/integrations/weather.darksky
weather:
- platform: darksky
api_key: !secret darksky_key
mode: daily
sensor:
- platform: darksky
api_key: !secret darksky_key
scan_interval: "00:15:00"
forecast:
- 0
- 1
- 2
- 3
- 4
- 5
- 6
monitored_conditions:
- summary
- minutely_summary
- hourly_summary
- daily_summary
- precip_type
- precip_intensity
- precip_intensity_max
- precip_probability
- precip_accumulation
- temperature
- temperature_high
- temperature_low
- apparent_temperature
- apparent_temperature_high
- apparent_temperature_low
- wind_speed
- wind_gust
- wind_bearing
- cloud_cover
- dew_point
- visibility
- icon
- humidity
- pressure
- ozone
- uv_index
- nearest_storm_distance
- nearest_storm_bearing
- alerts
#
# ─── CUSTOMIZATION ──────────────────────────────────────────────────────────────
#
homeassistant:
customize:
sensor.bedroom_weather_power:
friendly_name: Bedroom weather battery
sensor.bedroom_weather_temperature:
friendly_name: Bedroom temperature
sensor.bedroom_weather_pressure:
friendly_name: Bedroom pressure
sensor.bedroom_weather_humidity:
friendly_name: Bedroom humidity
-47
View File
@@ -1,47 +0,0 @@
binary_sensor:
- platform: template
sensors:
living_room_right_window_on_off_wrapper:
friendly_name: Living room window
device_class: window
value_template: "{{ is_state('binary_sensor.living_room_right_window_on_off', 'on') }}"
entity_id: binary_sensor.living_room_right_window_on_off
icon_template: >
{% if is_state('binary_sensor.living_room_right_window_on_off', 'on') %} mdi:window-open-variant
{% else %} mdi:window-closed-variant
{% endif %}
bedroom_right_window_on_off_wrapper:
friendly_name: Bedroom window
device_class: window
value_template: "{{ is_state('binary_sensor.bedroom_right_window_on_off', 'on') }}"
entity_id: binary_sensor.bedroom_right_window_on_off
icon_template: >
{% if is_state('binary_sensor.bedroom_right_window_on_off', 'on') %} mdi:window-open-variant
{% else %} mdi:window-closed-variant
{% endif %}
#
# ─── CUSTOMIZATION ──────────────────────────────────────────────────────────────
#
homeassistant:
customize:
binary_sensor.living_room_right_window_on_off:
friendly_name: Living room window sensor
sensor.living_room_right_window_power:
friendly_name: Living room window battery
binary_sensor.bedroom_right_window_on_off:
friendly_name: Bedroom window sensor
sensor.bedroom_right_window_power:
friendly_name: Bedroom window battery
group:
all_windows:
name: All windows
entities:
- binary_sensor.living_room_right_window_on_off
- binary_sensor.bedroom_right_window_on_off