diff --git a/config/.HA_VERSION b/config/.HA_VERSION index 166834cb..8751df00 100755 --- a/config/.HA_VERSION +++ b/config/.HA_VERSION @@ -1 +1 @@ -0.75.2 \ No newline at end of file +0.75.3 \ No newline at end of file diff --git a/config/configuration.yaml b/config/configuration.yaml index 3c57a058..d51e7963 100755 --- a/config/configuration.yaml +++ b/config/configuration.yaml @@ -18,8 +18,8 @@ homeassistant: hidden: true homebridge_hidden: true packages: !include_dir_named packages - # whitelist_external_dirs: - # - /config + whitelist_external_dirs: + - /config influxdb: host: 192.168.10.10 diff --git a/config/packages/processmonitor.yaml b/config/packages/processmonitor.yaml index eeb21b66..4338388a 100755 --- a/config/packages/processmonitor.yaml +++ b/config/packages/processmonitor.yaml @@ -17,9 +17,9 @@ sensor: - type: since_last_boot - type: disk_use_percent arg: / - - platform: filesize - file_paths: - - /config/home-assistant_v2.db + # - platform: filesize + # file_paths: + # - /config/home-assistant_v2.db #------------------------------------------- ############################################################################## ### Automations - Detect when things are not right. Like any Good Watchdog. diff --git a/config/script/tweet.yaml b/config/script/tweet.yaml index a5dcda8f..8993cf5f 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.homeassistant_v2db') }} MBs. I will have to keep an eye on that.", + "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)", "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)", @@ -203,7 +203,8 @@ tweet_engine_setup: "/config/www/custom_ui/floorplan/images/branding/tv2.png", "/config/www/custom_ui/floorplan/images/branding/tv3.png", "/config/www/custom_ui/floorplan/images/branding/tv4.png", - "/config/www/custom_ui/floorplan/images/branding/tv5.png" + "/config/www/custom_ui/floorplan/images/branding/tv5.png", + "/config/www/custom_ui/floorplan/images/branding/tv6.png" ] } %} diff --git a/config/www/custom_ui/floorplan/images/branding/A_GRADE.png b/config/www/custom_ui/floorplan/images/branding/A_GRADE.png new file mode 100755 index 00000000..9d292447 Binary files /dev/null and b/config/www/custom_ui/floorplan/images/branding/A_GRADE.png differ diff --git a/config/www/custom_ui/floorplan/images/branding/solar_readings.png b/config/www/custom_ui/floorplan/images/branding/solar_readings.png index db19ef97..e69de29b 100644 Binary files a/config/www/custom_ui/floorplan/images/branding/solar_readings.png and b/config/www/custom_ui/floorplan/images/branding/solar_readings.png differ diff --git a/config/www/custom_ui/floorplan/images/branding/tv6.png b/config/www/custom_ui/floorplan/images/branding/tv6.png new file mode 100755 index 00000000..989dc623 Binary files /dev/null and b/config/www/custom_ui/floorplan/images/branding/tv6.png differ