Advertisement
Guest User

Config.yaml

a guest
Sep 19th, 2022
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1.  
  2. # Configure a default setup of Home Assistant (frontend, api, etc)
  3. default_config:
  4.  
  5. #IP Ban
  6. http:
  7. ip_ban_enabled: true
  8. login_attempts_threshold: 3
  9.  
  10. # Text to speech
  11. tts:
  12. - platform: google_translate
  13.  
  14. #Seperate YAML Configs
  15. automation: !include automations.yaml
  16. script: !include scripts.yaml
  17. scene: !include scenes.yaml
  18.  
  19. # Proximity integration
  20. proximity:
  21. family:
  22. devices:
  23. - person.john
  24. - person.cindy
  25. - person.josie
  26. - person.lilli
  27. - person.kimi
  28. - person.david
  29. - person.ialani
  30. - person.nan_tata
  31. tolerance: 5
  32. unit_of_measurement: ft
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement