CrazyUpdates but mainly need to fix travis failures.
This commit is contained in:
parent
f7d2e06c2d
commit
146fe3b023
|
@ -1 +1 @@
|
|||
0.75.2
|
||||
0.75.3
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
]
|
||||
} %}
|
||||
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 726 KiB |
Binary file not shown.
Before Width: | Height: | Size: 110 KiB After Width: | Height: | Size: 0 B |
Binary file not shown.
After Width: | Height: | Size: 1.5 MiB |
Loading…
Reference in New Issue