Guest User

Untitled

a guest
Jun 3rd, 2020
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. homeassistant:
  2. name: My Smart Home
  3. latitude: !secret latitude_coord
  4. longitude: !secret longitude_coord
  5. elevation: 68
  6. unit_system: metric
  7. time_zone: Asia/Jerusalem
  8. customize: !include customize.yaml
  9.  
  10. # Configure a default setup of Home Assistant (frontend, api, etc)
  11. default_config:
  12.  
  13. # Uncomment this if you are using SSL/TLS, running in Docker container, etc.
  14. # http:
  15. # base_url: example.duckdns.org:8123
  16.  
  17. lovelace:
  18. mode: yaml
  19.  
  20. # Text to speech
  21. tts:
  22. - platform: google_translate
  23.  
  24. mqtt:
  25. broker: core-mosquitto
  26. discovery: true
  27. discovery_prefix: homeassistant
  28. username: mqtt
  29. password: mqtt
  30.  
  31.  
  32.  
  33. #External files
  34. timer: !include includes/timer.yaml
  35. input_boolean: !include includes/input_boolean.yaml
  36. group: !include includes/groups.yaml
  37. script: !include includes/scripts.yaml
  38. scene: !include includes/scenes.yaml
  39. recorder: !include includes/recorder.yaml
  40. yeelight: !include includes/yeelight.yaml
  41.  
  42.  
  43. # External folders
  44. sensor: !include_dir_merge_list includes/sensor
  45. automation: !include_dir_merge_list includes/automations
  46.  
  47. xiaomi_aqara:
  48. discovery_retry: 10
  49. gateways:
  50. - mac: 78:11:DC:B2:78:61
  51. key: w15e6hkgleq26b0t
  52. host: 192.164.1.13
  53.  
  54.  
  55. # Example configuration.yaml entries
  56. light:
  57. - platform: xiaomi_miio
  58. name: Xiaomi Philips LED Ceiling Lamp
  59. host: 192.168.1.4
  60. token: 4c3799b5c81d26a13528d050f2e1344b
  61. model: philips.light.ceiling
Add Comment
Please, Sign In to add comment