Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
H
Home-Assistant-Config
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
open-source
Home-Assistant-Config
Commits
e4b7d4f2
Verified
Commit
e4b7d4f2
authored
Aug 28, 2016
by
Erick Hitter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sync with upstream
de823d0
parent
dae53408
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
94 additions
and
4 deletions
+94
-4
customizations/sensors.yaml
customizations/sensors.yaml
+33
-0
device-tracker.yaml
device-tracker.yaml
+0
-2
groups.yaml
groups.yaml
+26
-2
secrets.yaml
secrets.yaml
+4
-0
sensors/wunderground.yaml
sensors/wunderground.yaml
+31
-0
No files found.
customizations/sensors.yaml
View file @
e4b7d4f2
...
...
@@ -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
device-tracker.yaml
View file @
e4b7d4f2
...
...
@@ -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
groups.yaml
View file @
e4b7d4f2
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
secrets.yaml
View file @
e4b7d4f2
...
...
@@ -6,3 +6,7 @@ jabber_recipient:
jabber_password
:
"
"
asus_user
:
asus_key
:
gravatar_erick
:
gravatar_chris
:
wunderground_key
:
wunderground_pws_id
:
sensors/wunderground.yaml
0 → 100644
View file @
e4b7d4f2
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment