Initial Home Assistant Configuration
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
|
||||
# Loads default set of integrations. Do not remove.
|
||||
default_config:
|
||||
|
||||
# Load frontend themes from the themes folder
|
||||
frontend:
|
||||
themes: !include_dir_merge_named themes
|
||||
extra_module_url:
|
||||
- /hacsfiles/material-you-utilities/material-you-utilities.min.js
|
||||
|
||||
automation: !include automations.yaml
|
||||
script: !include scripts.yaml
|
||||
scene: !include scenes.yaml
|
||||
|
||||
panel_custom:
|
||||
- name: material-you-panel
|
||||
url_path: material-you-configuration
|
||||
sidebar_title: Material You Utilities
|
||||
sidebar_icon: mdi:material-design
|
||||
module_url: /hacsfiles/material-you-utilities/material-you-utilities.min.js
|
||||
|
||||
template:
|
||||
- binary_sensor:
|
||||
- name: "Nordpool Tomorrow Valid"
|
||||
state: "{{ state_attr('sensor.nordpool_kwh_lv_eur_3_10_021', 'tomorrow_valid') }}"
|
||||
Reference in New Issue
Block a user