Advertisement
Guest User

Untitled

a guest
Dec 20th, 2018
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. homeassistant:
  2. name: Home
  3. latitude: !secret latitude
  4. longitude: !secret longitude
  5. elevation: 0
  6. unit_system: metric
  7. time_zone: Europe/London
  8. customize: !include customize.yaml
  9. customize_glob: !include _global.yaml
  10.  
  11. frontend:
  12. themes: !include themes.yaml
  13. config:
  14. updater:
  15. discovery:
  16.  
  17. conversation:
  18. history:
  19. logbook:
  20. map:
  21. sun:
  22.  
  23. feedreader:
  24. urls:
  25. - http://www.metoffice.gov.uk/public/data/PWSCache/WarningsRSS/Region/dg
  26.  
  27. mqtt:
  28. broker: !secret broker
  29.  
  30. xiaomi_aqara:
  31. discovery_retry: 5
  32. gateways:
  33. - key: !secret Xiaomi_Aqara_Key
  34.  
  35. hue:
  36. bridges:
  37. - host: !secret hue_host
  38. allow_unreachable: true
  39.  
  40. tts:
  41. - platform: google
  42.  
  43. tuya:
  44. username: !secret tuya_username
  45. password: !secret tuya_password
  46. country_code: 44
  47.  
  48. google:
  49. client_id: !secret google_client_id
  50. client_secret: !secret google_client_secret
  51.  
  52. ios:
  53.  
  54. #################################################################
  55. # #
  56. # Includes #
  57. # #
  58. #################################################################
  59.  
  60. recorder: !include includes/recorder.yaml
  61. sensor: !include sensor.yaml
  62. light: !include light.yaml
  63. zone: !include zones.yaml
  64. group: !include groups.yaml
  65. automation: !include automations.yaml
  66. script: !include scripts.yaml
  67. scene: !include_dir_list includes/scenes
  68. media_player: !include includes/media_player.yaml
  69. cloud: !include includes/cloud.yaml
  70. device_tracker: !include includes/device-tracker.yaml
  71. switch: !include includes/switch.yaml
  72. binary_sensor: !include includes/binary_sensor.yaml
  73. alarm_control_panel: !include includes/alarm_control_panel.yaml
  74. weather: !include includes/weather.yaml
  75. panel_iframe: !include includes/panel_iframe.yaml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement