Misc Clean ups during SUPER BORING CONFERENCE CALL.

This commit is contained in:
ccostan 2020-07-29 13:32:16 -04:00
parent 437b0cee70
commit 2a8a5ff3eb
5 changed files with 16 additions and 29 deletions

View File

@ -1 +1 @@
0.113.1 0.113.2

View File

@ -87,14 +87,14 @@ panel_custom:
config: config:
hide_app_toolbar: hide_app_toolbar:
config: /local/custom_ui/floorplan/floorplan.yaml config: /local/custom_ui/floorplan/floorplan.yaml
#
- name: clock # - name: clock
sidebar_title: Alarm Clock # sidebar_title: Alarm Clock
sidebar_icon: mdi:alarm # sidebar_icon: mdi:alarm
url_path: clock # url_path: clock
config: # config:
hide_app_toolbar: # hide_app_toolbar:
config: /local/custom_ui/floorplan/floorclock.yaml # config: /local/custom_ui/floorplan/floorclock.yaml
discovery: discovery:

View File

@ -1,12 +1,7 @@
#------------------------------------------- #-------------------------------------------
# @CCOSTAN # @CCOSTAN
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
#------------------------------------------- # More Info : https://www.vcloudinfo.com/
homeassistant:
customize:
sensor.download_grafana_solar:
#------------------------------------------- #-------------------------------------------
sensor: sensor:
@ -27,10 +22,6 @@ camera:
username: HA username: HA
password: HA password: HA
# - platform: local_file
# name: "Grafana Solar Graph"
# file_path: /config/www/custom_ui/floorplan/images/branding/solar_readings.png
############################################################################## ##############################################################################
### Automations - Detect when things are not right. Like any Good Watchdog. ### Automations - Detect when things are not right. Like any Good Watchdog.
############################################################################## ##############################################################################
@ -41,7 +32,7 @@ automation:
trigger: trigger:
- platform: sun - platform: sun
event: sunset event: sunset
offset: '+01:00:00' offset: '+02:30:00'
action: action:
- service: script.tweet_engine_image - service: script.tweet_engine_image
data_template: data_template:

View File

@ -1,15 +1,11 @@
#------------------------------------------- #-------------------------------------------
# @CCOSTAN
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
# More Info : https://www.vcloudinfo.com/
#-------------------------------------------
#-------------------------------------------
# Clean data for the Floorplan UI. # Clean data for the Floorplan UI.
#------------------------------------------- #-------------------------------------------
homeassistant:
customize_glob:
"sensor.floorplan_*":
"sensor.clock_*":
#---Sensor for Time and Date.----------------------------- #---Sensor for Time and Date.-----------------------------
sensor: sensor:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 34 KiB