Skip to content
Snippets Groups Projects
Verified Commit e4b7d4f2 authored by Erick Hitter's avatar Erick Hitter
Browse files

Sync with upstream

de823d0
parent dae53408
Branches
No related tags found
Loading
......@@ -65,3 +65,36 @@ binary_sensor.office_motion_sensor_over_closet:
friendly_name: Office near closet
binary_sensor.office_motion_sensor_far_wall:
friendly_name: Office far wall
sensor.pws_weather:
friendly_name: Weather
sensor.pws_temp_f:
friendly_name: Temperature
sensor.pws_feelslike_string:
friendly_name: Feels Like
icon: mdi:thermometer
sensor.pws_heat_index_string:
friendly_name: Heat Index
icon: mdi:thermometer
sensor.pws_relative_humidity:
friendly_name: Humidity
icon: mdi:weather-rainy
sensor.pws_dewpoint_string:
friendly_name: Dewpoint
icon: mdi:weather-rainy
sensor.pws_wind_string:
friendly_name: Wind
icon: mdi:weather-windy
sensor.pws_precip_today_string:
friendly_name: Precipitation
icon: mdi:weather-rainy
sensor.pws_pressure_in:
friendly_name: Pressure
icon: mdi:thermometer-lines
sensor.pws_visibility_mi:
friendly_name: Visibility
sensor.pws_uv:
friendly_name: UV
icon: mdi:weather-sunny
sensor.pws_solarradiation:
friendly_name: Solar Radiation
icon: mdi:weather-sunny
......@@ -4,8 +4,6 @@
green_keys: smartthings/Green Keys/presence
- platform: asuswrt
host: 192.168.1.1
protocol: ssh
mode: router
username: !secret asus_user
ssh_key: !secret asus_key
consider_home: 90
default_view:
name: DEFAULT
icon: mdi:home
view: yes
icon: mdi:home
entities:
- group.locks
- group.master_bedroom
......@@ -15,6 +15,7 @@ default_view:
sensor_view:
name: Sensors
view: yes
icon: mdi:gauge
entities:
- group.temperature
- group.motion_sensors
......@@ -25,17 +26,25 @@ sensor_view:
- sensor.speedtest_ping
- sensor.speedtest_download
- sensor.speedtest_upload
- sensor.fastcom_speedtest
- sensor.fastcom_download
- sun.sun
status_view:
name: Status
view: yes
icon: mdi:chip
entities:
- group.sensor_pi
- group.sensor_battery_levels
weather_view:
name: Weather
view: yes
icon: mdi:white-balance-sunny
entities:
- group.wunderground
misc_view:
name: Misc
view: yes
icon: mdi:power
entities:
- group.scripts_misc
- media_player.nexus_player
......@@ -208,3 +217,18 @@ scripts_misc:
name: Actions
entities:
- script.restart_august_daemon
wunderground:
name: Wunderground
entities:
- sensor.pws_weather
- sensor.pws_temp_f
- sensor.pws_feelslike_string
- sensor.pws_heat_index_string
- sensor.pws_relative_humidity
- sensor.pws_dewpoint_string
- sensor.pws_wind_string
- sensor.pws_precip_today_string
- sensor.pws_pressure_in
- sensor.pws_visibility_mi
- sensor.pws_uv
- sensor.pws_solarradiation
......@@ -6,3 +6,7 @@ jabber_recipient:
jabber_password: ""
asus_user:
asus_key:
gravatar_erick:
gravatar_chris:
wunderground_key:
wunderground_pws_id:
platform: wunderground
api_key: !secret wunderground_key
pws_id: !secret wunderground_pws_id
monitored_conditions:
- weather
- temp_f
- temp_c
- station_id
- feelslike_c
- feelslike_f
- feelslike_string
- heat_index_c
- heat_index_f
- heat_index_string
- dewpoint_c
- dewpoint_f
- dewpoint_string
- wind_kph
- wind_mph
- UV
- pressure_in
- pressure_mb
- wind_dir
- wind_string
- relative_humidity
- visibility_mi
- visibility_km
- precip_today_in
- precip_today_metric
- precip_today_string
- solarradiation
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment