| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- # Configure a default setup of Home Assistant (frontend, api, etc)
- default_config:
- logger:
- default: info
- logs:
- custom_components.uniled: debug
- # homeassistant.components.tuya: debug
- # Text to speech
- #tts:
- # - platform: google_translate
- http:
- ip_ban_enabled: true
- login_attempts_threshold: 5
- use_x_forwarded_for: true
- trusted_proxies:
- - 192.168.0.30
- - 192.168.0.31
- homeassistant:
- allowlist_external_dirs:
- - /config
- #sensor:
- # - platform: filesize
- # file_paths:
- # - /config/home-assistant_v2.db
- # scan_interval: 1800
- recorder:
- purge_keep_days: 1
- commit_interval: 10
- weather:
- - platform: pirateweather
- api_key: qjeyi5uUqa14bSDhGOtK155uAiw2qKYL3zJsvBkd
- # Additional optional values:
- latitude: 43.111587
- longitude: -77.644523
- mode: hourly
- name: Rochester, NY Weather
- # you can also get a sensor data
- sensor:
- - platform: pirateweather
- api_key: qjeyi5uUqa14bSDhGOtK155uAiw2qKYL3zJsvBkd
- scan_interval: '00:15:00'
- monitored_conditions:
- - temperature
- - precip_probability
- - precip_type
- - humidity
- - cloud_cover
- - nearest_storm_distance
- - precip_intensity
- - wind_speed
- notify:
- - name: adris_mobile_devices
- platform: group
- services:
- - service: mobile_app_pixel_4a
- - service: mobile_app_adri_s_gs22
- #emulated_hue:
- # listen_port: 80
- # expose_by_default: false
- # exposed_domains:
- # - light
- # - group
- # - lock
- # entities:
- # switch.basement_heater_switch:
- # hidden: false
- # switch.bath_fan:
- # hidden: false
- # switch.bedroom_heater_switch:
- # hidden: false
- # switch.office_heater_switch:
- # hidden: false
- # light.driveway_floodlights_basic:
- # hidden: true
- # light.driveway_motion_sensor_basic:
- # hidden: true
- # light.garage_motion_sensor_basic:
- # hidden: true
- alexa:
- endpoint: https://api.amazonalexa.com/v3/events
- client_id: amzn1.application-oa2-client.1f62328e4b76476d85571e45df1664f5
- client_secret: amzn1.oa2-cs.v1.250f686f55e8b50c2b2f459f27cdd83411df7660b4c02ddea667e82848035166
- smart_home:
- filter:
- include_domains:
- - lock
- - camera
- - cover
- include_entities:
- - switch.basement_heater_switch
- # - switch.bath_fan
- - switch.bedroom_heater_switch
- - switch.office_heater_switch
- - light.driveway_floodlights
- - light.basement_ceiling
- - light.basement_stairs
- uniled:
- influxdb:
- host: a0d7b954-influxdb
- port: 8086
- database: homeassistant
- username: homeassistant
- password: Translate-Conceded5-Cofounder
- max_retries: 3
- default_measurement: state
- zha:
- enable_quirks: true
- custom_quirks_path: /config/thirdreality_quirks
- #localtuya: !include localtuya.yaml
- #light: !include lights.yaml
- #group: !include groups.yaml
- automation: !include automations.yaml
- script: !include scripts.yaml
- scene: !include scenes.yaml
|