Advertisement
Guest User

Config.yaml

a guest
Sep 11th, 2019
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1.  
  2. # Configure a default setup of Home Assistant (frontend, api, etc)
  3. default_config:
  4.  
  5. # Uncomment this if you are using SSL/TLS, running in Docker container, etc.
  6. # http:
  7. # base_url: example.duckdns.org:8123
  8. homeassistant:
  9. customize: !include customize.yaml
  10. customize_domain:
  11. switch:
  12. assumed_state: false
  13. light:
  14. assumed_state: false
  15. customize_glob:
  16. sensor.kjokken_temperature_2:
  17. hidden: true
  18. sensor.kjokken_humidity_2:
  19. hidden: true
  20. sensor.kontor_temperature:
  21. hidden: true
  22. sensor.kontor_humidity:
  23. hidden: true
  24. # Text to speech
  25. tts:
  26. - platform: google_translate
  27.  
  28. group: !include groups.yaml
  29. automation: !include automations.yaml
  30. script: !include scripts.yaml
  31. scene: !include scenes.yaml
  32. sensor: !include sensor.yaml
  33.  
  34. discovery:
  35.  
  36. http:
  37. api_password: !secret http_password
  38. base_url: fredrik.duckdns.org:8123
  39. ssl_certificate: /ssl/fullchain.pem
  40. ssl_key: /ssl/privkey.pem
  41.  
  42.  
  43. device_tracker:
  44. - platform: nmap_tracker
  45. hosts: 10.0.0.1/24
  46.  
  47. map:
  48.  
  49. ios:
  50.  
  51. gardena:
  52. username: !secret gardena_user
  53. password: !secret gardena_password
  54.  
  55. min_renovasjon:
  56. street_name: "Basbergveien"
  57. street_code: "1200"
  58. house_no: "106"
  59. county_id: "0704"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement