Update to the current version
Some checks failed
Savin's Home Assistant / build (push) Failing after 1m45s
Some checks failed
Savin's Home Assistant / build (push) Failing after 1m45s
This commit is contained in:
@ -1,3 +1,11 @@
|
||||
####################################################################################################
|
||||
### ALARM CONTROL PANEL ######################################################## DEVICES ###
|
||||
####################################################################################################
|
||||
alarm_control_panel: !include configuration/alarm_control_panel/main.yaml
|
||||
|
||||
####################################################################################################
|
||||
### AUTOMATION #################################################################################
|
||||
####################################################################################################
|
||||
automation: !include_dir_merge_list configuration/automation
|
||||
|
||||
# Loads default set of integrations. Do not remove.
|
||||
@ -9,6 +17,8 @@ ios:
|
||||
# Load frontend themes from the themes folder
|
||||
frontend:
|
||||
themes: !include_dir_merge_named themes
|
||||
extra_module_url:
|
||||
- /local/community/bubble-card/bubble-pop-up-fix.js
|
||||
|
||||
script: !include scripts.yaml
|
||||
|
||||
@ -17,6 +27,11 @@ script: !include scripts.yaml
|
||||
####################################################################################################
|
||||
camera: !include_dir_merge_list configuration/camera
|
||||
|
||||
####################################################################################################
|
||||
### COUNTER #################################################################### DEVICES ###
|
||||
####################################################################################################
|
||||
counter: !include_dir_merge_named configuration/counter
|
||||
|
||||
####################################################################################################
|
||||
### FANS ####################################################################### DEVICES ###
|
||||
####################################################################################################
|
||||
@ -63,6 +78,7 @@ homeassistant:
|
||||
allowlist_external_dirs:
|
||||
# - '/config/snapshots'
|
||||
- '/config/www'
|
||||
- '/config/www/bubble'
|
||||
customize: !include_dir_merge_named configuration/customize
|
||||
|
||||
####################################################################################################
|
||||
@ -127,7 +143,7 @@ lovelace:
|
||||
### CUSTOM MODULES ######################################################### RESOURCES ###
|
||||
##################################################################################################
|
||||
resources:
|
||||
- url: /local/community/webrtc/webrtc-camera.js
|
||||
- url: /local/community/ha-sankey-chart/ha-sankey-chart.js
|
||||
type: module
|
||||
- url: /local/community/layout-card/layout-card.js
|
||||
type: module
|
||||
@ -139,38 +155,38 @@ lovelace:
|
||||
type: module
|
||||
- url: /local/community/sidebar-card/sidebar-card.js
|
||||
type: module
|
||||
- url: /local/community/flipdown-timer-card/flipdown-timer-card.js
|
||||
type: module
|
||||
# - url: /local/community/flipdown-timer-card/flipdown-timer-card.js
|
||||
# type: module
|
||||
- url: /local/community/mini-media-player-card/mini-media-player-bundle.js
|
||||
type: module
|
||||
- url: /local/community/fold-entity-row/fold-entity-row.js
|
||||
type: module
|
||||
# - url: /local/community/fold-entity-row/fold-entity-row.js
|
||||
# type: module
|
||||
- url: /local/community/button-card/button-card.js
|
||||
type: module
|
||||
- url: /local/community/simple-thermostat-card/simple-thermostat.js
|
||||
type: module
|
||||
- url: /local/community/mushroom-card/mushroom.js
|
||||
type: module
|
||||
- url: /local/community/auto-entities/auto-entities.js
|
||||
type: module
|
||||
# - url: /local/community/auto-entities/auto-entities.js
|
||||
# type: module
|
||||
- url: /local/community/stack-in-card/stack-in-card.js
|
||||
type: module
|
||||
- url: /local/community/paper-buttons-row-card/paper-buttons-row.js
|
||||
type: module
|
||||
- url: /local/community/card-mod/card-mod.js
|
||||
type: module
|
||||
- url: /local/community/collapsable-cards/collapsable-cards.js
|
||||
type: module
|
||||
- url: /local/community/swipe-navigation/swipe-navigation.js
|
||||
type: module
|
||||
- url: /local/community/local-conditional-card/local-conditional-card.js
|
||||
type: module
|
||||
# - url: /local/community/collapsable-cards/collapsable-cards.js
|
||||
# type: module
|
||||
# - url: /local/community/swipe-navigation/swipe-navigation.js
|
||||
# type: module
|
||||
# - url: /local/community/local-conditional-card/local-conditional-card.js
|
||||
# type: module
|
||||
- url: /local/community/bubble-card/bubble-card.js
|
||||
type: module
|
||||
- url: /local/community/plotly-graph-card/plotly-graph-card.js
|
||||
type: module
|
||||
- url: /local/community/better-thermostat-ui-card/better-thermostat-ui-card.js
|
||||
type: module
|
||||
# - url: /local/community/better-thermostat-ui-card/better-thermostat-ui-card.js
|
||||
# type: module
|
||||
- url: /local/community/config-template-card/config-template-card.js
|
||||
type: module
|
||||
- url: /local/community/battery-state-card/battery-state-card.js
|
||||
@ -179,6 +195,8 @@ lovelace:
|
||||
type: module
|
||||
- url: /local/community/sonos-card/custom-sonos-card.js
|
||||
type: module
|
||||
- url: /local/community/custom-brand-icons/custom-brand-icons.js
|
||||
type: js
|
||||
# - url: /local/community/hass-bha-icons/hass-bha-icons.js
|
||||
# type: js
|
||||
# - url: /local/community//.js
|
||||
@ -187,7 +205,7 @@ lovelace:
|
||||
####################################################################################################
|
||||
### MEDIA PLAYER ############################################################### DEVICES ###
|
||||
####################################################################################################
|
||||
media_player: !include_dir_merge_list configuration/media_player
|
||||
# media_player: !include_dir_merge_list configuration/media_player
|
||||
|
||||
####################################################################################################
|
||||
### NOTIFY ##################################################################### SERVICE ###
|
||||
|
Reference in New Issue
Block a user