Misc Clean ups during SUPER BORING CONFERENCE CALL.
This commit is contained in:
parent
437b0cee70
commit
2a8a5ff3eb
|
@ -1 +1 @@
|
|||
0.113.1
|
||||
0.113.2
|
|
@ -87,14 +87,14 @@ panel_custom:
|
|||
config:
|
||||
hide_app_toolbar:
|
||||
config: /local/custom_ui/floorplan/floorplan.yaml
|
||||
|
||||
- name: clock
|
||||
sidebar_title: Alarm Clock
|
||||
sidebar_icon: mdi:alarm
|
||||
url_path: clock
|
||||
config:
|
||||
hide_app_toolbar:
|
||||
config: /local/custom_ui/floorplan/floorclock.yaml
|
||||
#
|
||||
# - name: clock
|
||||
# sidebar_title: Alarm Clock
|
||||
# sidebar_icon: mdi:alarm
|
||||
# url_path: clock
|
||||
# config:
|
||||
# hide_app_toolbar:
|
||||
# config: /local/custom_ui/floorplan/floorclock.yaml
|
||||
|
||||
discovery:
|
||||
|
||||
|
|
|
@ -1,12 +1,7 @@
|
|||
#-------------------------------------------
|
||||
# @CCOSTAN
|
||||
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
||||
#-------------------------------------------
|
||||
homeassistant:
|
||||
customize:
|
||||
sensor.download_grafana_solar:
|
||||
|
||||
|
||||
# More Info : https://www.vcloudinfo.com/
|
||||
#-------------------------------------------
|
||||
|
||||
sensor:
|
||||
|
@ -27,10 +22,6 @@ camera:
|
|||
username: 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.
|
||||
##############################################################################
|
||||
|
@ -41,7 +32,7 @@ automation:
|
|||
trigger:
|
||||
- platform: sun
|
||||
event: sunset
|
||||
offset: '+01:00:00'
|
||||
offset: '+02:30:00'
|
||||
action:
|
||||
- service: script.tweet_engine_image
|
||||
data_template:
|
||||
|
|
|
@ -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.
|
||||
#-------------------------------------------
|
||||
homeassistant:
|
||||
customize_glob:
|
||||
"sensor.floorplan_*":
|
||||
|
||||
|
||||
|
||||
"sensor.clock_*":
|
||||
|
||||
|
||||
|
||||
#---Sensor for Time and Date.-----------------------------
|
||||
sensor:
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 34 KiB |
Loading…
Reference in New Issue