Skip to content

Commit

Permalink
remove customglob
Browse files Browse the repository at this point in the history
  • Loading branch information
isabellaalstrom committed May 18, 2020
1 parent d2ae0d9 commit e9f092f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 43 deletions.
30 changes: 18 additions & 12 deletions configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homeassistant:
elevation: 50
unit_system: metric
time_zone: !secret time_zone
customize_glob: !include customglob.yaml
# customize_glob: !include customglob.yaml
customize: !include customize.yaml
packages: !include_dir_named packages
auth_providers:
Expand Down Expand Up @@ -44,7 +44,7 @@ discovery:
# ########################################
# ### ASSISTANTS ###
# ########################################
cloud: # !include assistants/cloud.yaml
# cloud: # !include assistants/cloud.yaml
homekit: !include assistants/homekit.yaml

# ########################################
Expand All @@ -61,24 +61,25 @@ lovelace_gen:

lovelace:
mode: yaml

customizer:
custom_ui: hosted
resources: !include_dir_merge_list lovelace/resources
dashboards:
lovelace-dashboard:
mode: yaml
filename: ui-dashboard.yaml
title: Dashboard
icon: mdi:monitor-dashboard
show_in_sidebar: true
require_admin: false

map:

frontend:
themes: !include_dir_named themes
extra_html_url:
- /local/hass-bha-icons.html

panel_custom: !include panels/panel_custom.yaml

hacs:
token: !secret github_access_token
appdaemon: true
netdaemon:


browser_mod:
devices:
24d2e744-aee3dfdb:
Expand Down Expand Up @@ -117,7 +118,12 @@ logger: !include logging/logger.yaml
person:
media_player: !include entities/media_player.yaml
device_tracker: !include entities/device_tracker.yaml
zone: !include_dir_merge_list zones/
zone:
- name: 'Gun'
latitude: !secret isama_lat
longitude: !secret isama_long
icon: mdi:map-marker
radius: 100
alarm_control_panel: !include resources/bwalarm/bwalarm.yaml
scene: !include scenes.yaml
script: !include scripts.yaml
Expand Down
31 changes: 0 additions & 31 deletions customglob.yaml
Original file line number Diff line number Diff line change
@@ -1,31 +0,0 @@
"*.*":
custom_ui_state_card: state-card-custom-ui

"sensor.*_exporting*":
hidden: true
"sensor.*_energy*":
hidden: true
"sensor.*_alarm_type*":
hidden: true
"sensor.*_alarm_level*":
hidden: true
"sensor.*_power*":
hidden: true
"sensor.*sourcenodeid":
hidden: true
"sensor.*system":
hidden: true
"sensor.*unknown":
hidden: true
"sensor.*s_heat*":
hidden: true
"sensor.*t_heat_":
hidden: true
"sensor.*heat*":
hidden: true
"binary_sensor.white*":
hidden: true
"light.*level_*":
hidden: true
"sensor.*burglar*":
hidden: true

0 comments on commit e9f092f

Please sign in to comment.