From 922f4651ecfbeded75271aaf6b84ba6690d9baba Mon Sep 17 00:00:00 2001 From: ccostan Date: Fri, 3 Aug 2018 13:45:36 -0400 Subject: [PATCH] Added folders into whitelist #408 --- config/configuration.yaml | 4 ++-- config/script/tweet.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/configuration.yaml b/config/configuration.yaml index eb9b045e..803609fc 100755 --- a/config/configuration.yaml +++ b/config/configuration.yaml @@ -5,8 +5,8 @@ homeassistant: elevation: !secret homeassistant_elevation unit_system: imperial time_zone: America/New_York -# whitelist_external_dirs: -# - config/www/custom_ui/floorplan/images + whitelist_external_dirs: + - /config/ customize: !include_dir_merge_named customize customize_domain: diff --git a/config/script/tweet.yaml b/config/script/tweet.yaml index 8e9b352a..d5409ddf 100755 --- a/config/script/tweet.yaml +++ b/config/script/tweet.yaml @@ -47,7 +47,7 @@ tweet_engine_setup: "When you add it all up, I have spoken for about {{ states.sensor.speech_time.attributes.value|replace('m', '') }} minutes in the last 24 hours!", "The #Docker Host has been running for {{ states('sensor.since_last_boot_templated') }} (http://www.vmwareinfo.com/2018/02/journey-to-docker.html)", "The #Docker Host for Home Assistant is using {{ states('sensor.disk_use_percent_') }}% of the hard drive currently. (http://www.vmwareinfo.com/2018/02/journey-to-docker.html)", - "My Home Assistant Database is currently using {{ states('sensor.database_sensor') }} MBs. To get this #Stat for your HA, visit (https://github.com/robmarkcole/HASS-filesize-sensor)", + "My Home Assistant Database is currently using {{ states('sensor.database_sensor') }} MBs. I will have to keep an eye on that.", "I am running Home Assistant version {{ states('sensor.ha_installed_version') }} (https://github.com/CCOSTAN/Home-AssistantConfig#logo)", "Home Assistant has been running for {{ states('sensor.ha_uptime') }}. (https://github.com/CCOSTAN/Home-AssistantConfig#logo)", "My Home Assistant has been tested by Travis-CI and {{states('sensor.ccostanhomeassistantconfig_state')}}. (https://github.com/CCOSTAN/Home-AssistantConfig#logo)",