diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2023-01-21 01:27:13 +0400 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2023-01-21 01:27:13 +0400 |
commit | 614c8a5f4e3bf26d3af0a91685e00eecb171339b (patch) | |
tree | 94a94b63fb3e10a1ec4bf132bd5e3dde4dafae3b /configuration.yaml | |
parent | 2c0c331eb7b7a03152309bbbd4e0fee157e8d86c (diff) | |
download | hass-614c8a5f4e3bf26d3af0a91685e00eecb171339b.tar.gz hass-614c8a5f4e3bf26d3af0a91685e00eecb171339b.tar.bz2 hass-614c8a5f4e3bf26d3af0a91685e00eecb171339b.tar.xz hass-614c8a5f4e3bf26d3af0a91685e00eecb171339b.zip |
Media controls, occupancy tracking, and fixes
Diffstat (limited to 'configuration.yaml')
-rw-r--r-- | configuration.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/configuration.yaml b/configuration.yaml index 7310d24..f157cca 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -16,6 +16,18 @@ lovelace: frontend: themes: !include_dir_merge_named themes +logbook: + exclude: + entities: + - sensor.internet_time + - sensor.time + - sensor.date + entity_globs: + - sensor.weather_* + - sensor.date_* + - sensor.time_* +# domains: +# - sun # Trusted networks should go first or allow_bypass_login will be ignored homeassistant: |