Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- homeassistant:
- name: My Smart Home
- latitude: !secret latitude_coord
- longitude: !secret longitude_coord
- elevation: 68
- unit_system: metric
- time_zone: Asia/Jerusalem
- customize: !include customize.yaml
- # Configure a default setup of Home Assistant (frontend, api, etc)
- default_config:
- # Uncomment this if you are using SSL/TLS, running in Docker container, etc.
- # http:
- # base_url: example.duckdns.org:8123
- lovelace:
- mode: yaml
- # Text to speech
- tts:
- - platform: google_translate
- mqtt:
- broker: core-mosquitto
- discovery: true
- discovery_prefix: homeassistant
- username: mqtt
- password: mqtt
- #External files
- timer: !include includes/timer.yaml
- input_boolean: !include includes/input_boolean.yaml
- group: !include includes/groups.yaml
- script: !include includes/scripts.yaml
- scene: !include includes/scenes.yaml
- recorder: !include includes/recorder.yaml
- yeelight: !include includes/yeelight.yaml
- # External folders
- sensor: !include_dir_merge_list includes/sensor
- automation: !include_dir_merge_list includes/automations
- xiaomi_aqara:
- discovery_retry: 10
- gateways:
- - mac: 78:11:DC:B2:78:61
- key: w15e6hkgleq26b0t
- host: 192.164.1.13
- # Example configuration.yaml entries
- light:
- - platform: xiaomi_miio
- name: Xiaomi Philips LED Ceiling Lamp
- host: 192.168.1.4
- token: 4c3799b5c81d26a13528d050f2e1344b
- model: philips.light.ceiling
Add Comment
Please, Sign In to add comment