Advertisement
szopisieK

Untitled

Jan 24th, 2020
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.67 KB | None | 0 0
  1.  
  2. # Configure a default setup of Home Assistant (frontend, api, etc)
  3. default_config:
  4. # Uncomment this if you are using SSL/TLS, running in Docker container, etc.
  5. # http:
  6. #base_url: szopisiek.duckdns.org
  7. #  ssl_certificate: /ssl/fullchain.pem
  8. #  ssl_key: /ssl/privkey.pem
  9.  
  10. mysensors:
  11.   gateways:
  12.     - device: '/dev/ttyACM0'
  13.       baud_rate: 115200
  14. #      nodes:
  15. #        1:
  16. #          name: 'Łazienka'
  17.   optimistic: false
  18.   #persistance: true
  19.   version: '2.3.1'
  20.        
  21.      # Text to speech
  22. tts:
  23.   - platform: google_translate
  24.  
  25. group: !include groups.yaml
  26. automation: !include automations.yaml
  27. script: !include scripts.yaml
  28. scene: !include scenes.yaml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement