47eee0291f
revert Clean main branch
104 lines
2.2 KiB
YAML
104 lines
2.2 KiB
YAML
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
|
|
|