Advertisement
Guest User

configuration

a guest
Nov 3rd, 2018
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. homeassistant:
  2. name: Home Assistant
  3. latitude: !secret latitude
  4. longitude: !secret longitude
  5. elevation: 0
  6. unit_system: metric
  7. time_zone: !secret time_zone
  8. customize: !include include/customize.yaml
  9. customize_glob: !include include/customize_glob.yaml
  10.  
  11. http:
  12. api_password: !secret http_password
  13. base_url: !secret base_url
  14. ssl_certificate: /ssl/fullchain.pem
  15. ssl_key: /ssl/privkey.pem
  16.  
  17. frontend:
  18. themes: !include_dir_merge_named themes/
  19. extra_html_url:
  20. - https://raw.githubusercontent.com/andrey-git/home-assistant-custom-ui/master/state-card-custom-ui.html
  21. extra_html_url_es5:
  22. - https://raw.githubusercontent.com/andrey-git/home-assistant-custom-ui/master/state-card-custom-ui-es5.html
  23. config:
  24. updater:
  25. hassio:
  26. history:
  27. logbook:
  28. map:
  29. cloud:
  30. sun:
  31. tts:
  32. - platform: google
  33.  
  34. weather:
  35. - platform: buienradar
  36. name: buienradar
  37. forecast: false
  38.  
  39. device_tracker:
  40. - platform: owntracks_http
  41. - platform: nmap_tracker
  42. hosts:
  43. - 192.168.2.97
  44. - 192.168.2.98
  45. home_interval: 10
  46.  
  47. panel_iframe:
  48. configurator:
  49. title: Configurator
  50. icon: mdi:wrench
  51. url: !secret configurator_url
  52.  
  53. group: !include include/groups-room.yaml
  54. automation: !include include/automations.yaml
  55. script: !include include/scripts.yaml
  56. light: !include include/light.yaml
  57. media_player: !include include/media_player.yaml
  58. switch: !include include/switch.yaml
  59. sensor: !include include/sensor.yaml
  60.  
  61. shell_command:
  62. sleep_desktop: 'curl -u User:sleep -k http://192.168.2.9:8000/?action=System.Sleep'
  63.  
  64. xiaomi_aqara:
  65. discovery_retry: 5
  66. gateways:
  67. - mac: 28:6C:07:89:22:31
  68. key: 14itoo73ib96t88g
  69.  
  70. notify:
  71. - platform: webostv
  72. host: 192.168.2.7
  73. name: LG TV
  74. - platform: html5
  75. name: html5
  76. gcm_api_key: AAAAvG6vts8:APA91bGhlyg8x0IIMnnru7B9Y95_zfLrllKndCS_lOfy4qzA1HAMaNKnqNijYsPnCTl2fFurD8wLwKBe_tKicy_68_zwX-hWRbRtdjmyij9TEkFPOHFw1HP1Og7xMDCi8HNfKGB1Zw5d
  77. gcm_sender_key: 809310861007
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement