-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
142 changed files
with
3,164 additions
and
771 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0.72.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
secrets: /config/secrets.yaml | ||
log: | ||
logfile: STDOUT | ||
errorfile: STDERR | ||
appdaemon: | ||
threads: 10 | ||
app_dir: /config/appdaemon/apps | ||
app_dir: !secret appdaemon_app_dir | ||
disable_apps: 1 | ||
elevation: !secret appdaemon_elevation | ||
latitude: !secret appdaemon_latitude | ||
longitude: !secret appdaemon_longitude | ||
time_zone: !secret appdaemon_time_zone | ||
plugins: | ||
HASS: | ||
type: hass | ||
ha_url: http://hassio/homeassistant | ||
ha_key: f411986db776442b864aa2a31f2d948c | ||
ha_url: !secret appdaemon_hass_url | ||
ha_key: !secret appdaemon_hass_key | ||
hadashboard: | ||
dash_url: !secret hadashboard_dash_url | ||
dash_dir: /config/appdaemon/dashboards | ||
dash_dir: !secret hadashboard_dash_dir | ||
dash_compile_on_start: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
# | ||
# Appdaemon dummy secrets file | ||
# | ||
# Placeholder file to be copied to `/appdaemon/secrets.yaml` and adapted. | ||
# These dummy values are optimized for a Docker development environment. | ||
# | ||
# Hassio sample values: | ||
# appdaemon_app_dir: /config/appdaemon/apps | ||
# appdaemon_hass_url: http://hassio/homeassistant | ||
# camera_*: http://[HOST]:[PORT]/ | ||
# hadashboard_dash_dir: /config/appdaemon/dashboards | ||
# hadashboard_dash_url: http://127.0.0.1:[PORT] | ||
# | ||
# @link http://appdaemon.readthedocs.io/en/latest/INSTALL.html#secrets | ||
# | ||
|
||
|
||
# | ||
# AppDaemon basic info | ||
# | ||
# @see /appdaemon/appdaemon.yaml | ||
# | ||
appdaemon_app_dir: /conf/apps | ||
appdaemon_hass_key: "" | ||
appdaemon_hass_url: http://homeassistant | ||
|
||
|
||
# | ||
# AppDaemon location | ||
# | ||
# @see /appdaemon/appdaemon.yaml | ||
# | ||
appdaemon_elevation: 0 | ||
appdaemon_latitude: 0 | ||
appdaemon_longitude: 0 | ||
appdaemon_time_zone: America/Toronto | ||
|
||
|
||
# | ||
# Image widgets | ||
# | ||
# @see /appdaemon/dashboards/Main.yaml | ||
# @see /appdaemon/dashboards/Weather.yaml | ||
# | ||
camera_apod: http://homeassistant:8123/api/camera_proxy/camera.astronomy_picture_of_the_day?token= | ||
camera_bing: http://homeassistant:8123/api/camera_proxy/camera.bing_wallpaper?token= | ||
camera_environment_canada_rain_1: http://homeassistant:8123/api/camera_proxy/camera.environment_canada_rain?token= | ||
camera_environment_canada_rain_2: http://homeassistant:8123/api/camera_proxy/camera.environment_canada_rain_2?token= | ||
camera_environment_canada_rain_3: http://homeassistant:8123/api/camera_proxy/camera.environment_canada_rain_3?token= | ||
camera_environment_canada_snow_1: http://homeassistant:8123/api/camera_proxy/camera.environment_canada_snow?token= | ||
camera_environment_canada_snow_2: http://homeassistant:8123/api/camera_proxy/camera.environment_canada_snow_2?token= | ||
camera_environment_canada_snow_3: http://homeassistant:8123/api/camera_proxy/camera.environment_canada_snow_3?token= | ||
camera_noaa_geocolor: http://homeassistant:8123/api/camera_proxy/camera.noaa_geocolor?token= | ||
camera_noaa_water_vapour: http://homeassistant:8123/api/camera_proxy/camera.noaa_water_vapour?token= | ||
|
||
|
||
# | ||
# HaDashboard basic info | ||
# | ||
# @see /appdaemon/appdaemon.yaml | ||
# | ||
hadashboard_dash_dir: /conf/dashboards | ||
hadashboard_dash_url: http://localhost:5050 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.