summaryrefslogtreecommitdiffstats
path: root/configuration.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'configuration.yaml')
-rw-r--r--configuration.yaml50
1 files changed, 49 insertions, 1 deletions
diff --git a/configuration.yaml b/configuration.yaml
index 034b3f0..fb53037 100644
--- a/configuration.yaml
+++ b/configuration.yaml
@@ -5,6 +5,11 @@ default_config:
#logger:
# default: debug
+logger:
+ default: warning
+ logs:
+ homeassistant.components.recorder: info
+
lovelace:
mode: yaml
resources:
@@ -16,6 +21,49 @@ lovelace:
frontend:
themes: !include_dir_merge_named themes
+recorder:
+ auto_purge: true
+ auto_repack: true
+ purge_keep_days: 20
+
+influxdb:
+ api_version: 2
+ host: suren.me
+ port: 8086
+ ssl: true
+ verify_ssl: true
+ ssl_ca_cert: /config/certs/ca.crt
+ token: ldzUdZynt3sPfCC4YetZzD5Z9D3J-WlqKOYeTK9nooMf51ly5wbSzozhyYDII8ROhCLH-eeJuFlPWs83DS_xQg==
+ organization: SmartPI
+ bucket: smartpi
+ tags:
+ source: SmartPI
+ measurement_attr: "entity_id"
+ default_measurement: "state"
+ include:
+ domains:
+ - sensor
+ - binary_sensor
+ - switch
+ ignore_attributes:
+ - attribution
+ - device_class
+ - entity_id
+ - entity_prefix
+ - friendly_name
+ - host
+ - hostname
+ - icon
+ - max_msg_size
+ - port
+ - secure
+ - state_class
+ - unit_of_measurement
+ - uuid
+ - verify_ssl
+ - battery
+
+
logbook:
exclude:
entities:
@@ -63,6 +111,7 @@ telegram_bot:
allowed_chat_ids:
- -1001582338242
+
notify:
- platform: telegram
name: SmartPI
@@ -85,7 +134,6 @@ sensor:
- 'date_time_iso'
- 'time_date'
- 'time_utc'
- - 'beat'
automation ui: !include automations.yaml