From d938fd56c1ef58dbd9c8da5392dd5235d4e2227f Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Mon, 13 Jul 2026 09:59:11 +0700 Subject: [PATCH] Initial commit: configuration.yaml from HA --- configuration.yaml | 103 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 configuration.yaml diff --git a/configuration.yaml b/configuration.yaml new file mode 100644 index 0000000..b3984c1 --- /dev/null +++ b/configuration.yaml @@ -0,0 +1,103 @@ +homeassistant: + + customize: + zone.home: + radius: 50 + packages: !include_dir_merge_named includes/packages + + time_zone: Asia/Krasnoyarsk + +# Loads default set of integrations. Do not remove. +default_config: + +shell_command: + tr_files: "ls /media/share/downloads > /config/tr_list_files.txt" + +http: + use_x_forwarded_for: true + trusted_proxies: + - 192.168.1.0/24 + ip_ban_enabled: true + login_attempts_threshold: 5 + +# Load frontend themes from the themes folder +frontend: + themes: !include_dir_merge_named themes + +automation: !include automations.yaml +script: !include scripts.yaml +scene: !include scenes.yaml +template: !include template.yaml + +sensor: + - platform: time_date + display_options: + - 'time' + - 'date' + - 'date_time' + - 'date_time_utc' + - 'date_time_iso' + - 'time_date' + - 'time_utc' + +narodmon: + devices: + - name: "Narodmon" + sensors: + - temperature + - wind_speed + - precipitation + - pm + +#telegram_bot: +# - platform: polling +# api_key: !secret api_key_bot +# allowed_chat_ids: +# - !secret telegram_id_group_home +# - !secret telegram_id_1 +# - !secret telegram_id_d2 +# - !secret telegram_id_el + + +#notify: + +# - name: telegram_id_1 +# platform: telegram +# chat_id: !secret telegram_id_1 +# - name: telegram_id_d2 +# platform: telegram +# chat_id: !secret telegram_id_d2 +# - name: telegram_id_gr +# platform: telegram +# chat_id: !secret telegram_id_el + + +#camera: +# - platform: xiaomi_cloud_map_extractor +# host: !secret xiaomi_vacuum_host +# token: !secret xiaomi_vacuum_token +# username: !secret xiaomi_cloud_username +# password: !secret xiaomi_cloud_password +# draw: ['all'] +# attributes: +# - calibration_points +# - rooms +# scan_interval: 120 + +vacuum: + - platform: xiaomi_vacuum + host: !secret xiaomi_vacuum_host + token: !secret xiaomi_vacuum_token + name: STYTJ01ZHM + +device_tracker: + - platform: google_maps + username: "mrartifactcall@gmail.com" + max_gps_accuracy: 200 + + + - platform: ubus + host: !secret openwrt_ip + username: !secret openwrt_user + password: !secret openwrt_pass +