Advertisement
FBladt

Untitled

Apr 6th, 2020
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. # Configure a default setup of Home Assistant (frontend, api, etc)
  2. default_config:
  3.  
  4. # Uncomment this if you are using SSL/TLS, running in Docker container, etc.
  5. # http:
  6. # base_url: example.duckdns.org:8123
  7.  
  8. # Text to speech
  9. tts:
  10. - platform: google_translate
  11.  
  12. group: !include groups.yaml
  13. automation: !include automations.yaml
  14. script: !include scripts.yaml
  15. scene: !include scenes.yaml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement