fork download
  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.  
  9. # Sensors
  10. sensor:
  11. - platform: yr
  12. - platform: clear_grass
  13. name: Xiaomi ClearGrass Air Detector
  14. host: 192.168.130.73
  15. token: test
  16.  
  17. # Text to speech
  18. tts:
  19. - platform: google_translate
  20.  
  21. group: !include groups.yaml
  22. automation: !include automations.yaml
  23. script: !include scripts.yaml
  24.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty