Facebook
From pawel, 4 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 331
  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. # Text to speech
  10. tts:
  11.   - platform: google_translate
  12.  
  13. group: !include groups.yaml
  14. automation: !include automations.yaml
  15. script: !include scripts.yaml
  16. sonoff:
  17.   username: [email protected]
  18.   password: pass
  19.   scan_interval: 60 #(optional)
  20.   grace_period: 600 #(optional)
  21.   api_region: 'eu' #polecam dodać
  22.   entity_prefix: True #usuwa prefix sonoff z nazw urządzeń
  23.   debug: False #(optional)

Replies to configuration.yaml rss

Title Name Language When
Re: Excersie2.6 Paltry Hummingbird csharp 2 Years ago.
Re: configuration.yaml pawel text 4 Years ago.