Advertisement
Guest User

Untitled

a guest
Aug 16th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. homeassistant:
  2. # Name of the location where Home Assistant is running
  3. name: Home Sergey
  4. # Location required to calculate the time the sun rises and sets
  5. latitude: 55.752
  6. longitude: 37.615
  7. # Impacts weather/sunrise data
  8. elevation: 143
  9. # metric for Metric, imperial for Imperial
  10. unit_system: metric
  11. time_zone: Europe/Moscow
  12.  
  13.  
  14. # Show links to resources in log and frontend
  15. #introduction:
  16.  
  17. # Enables the frontend
  18. frontend:
  19.  
  20. http:
  21. # Uncomment this to add a password (recommended!)
  22. # api_password: PASSWORD
  23.  
  24. # Checks for available updates
  25. updater:
  26.  
  27. # Discover some devices automatically
  28. discovery:
  29.  
  30. # Allows you to issue voice commands from the frontend in enabled browsers
  31. conversation:
  32.  
  33. # Enables support for tracking state changes over time.
  34. history:
  35.  
  36. # View all events in a logbook
  37. logbook:
  38.  
  39. # Track the sun
  40. sun:
  41.  
  42. # Weather Prediction
  43. sensor:
  44. platform: yr
  45.  
  46. mqtt:
  47. broker: 127.0.0.1
  48. port: 1883
  49. client_id: home-assistant-1
  50. username: pi
  51. password: raspberry
  52.  
  53. input_boolean: !include input_boolean.yaml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement