Advertisement
Guest User

Untitled

a guest
Apr 12th, 2016
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. homeassistant:
  2. # Name of the location where Home Assistant is running
  3. name: High Stone Cir
  4. # Location required to calculate the time the sun rises and sets
  5. latitude: 43.0899
  6. longitude: -77.6377
  7. # C for Celcius, F for Fahrenheit
  8. temperature_unit: F
  9. # Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
  10. time_zone: America/New_York
  11.  
  12. # Show links to resources in log and frontend
  13. introduction:
  14.  
  15. # Checks for available updates
  16. updater:
  17.  
  18. # Discover some devices automatically
  19. discovery:
  20.  
  21. # Allows you to issue voice commands from the frontend
  22. conversation:
  23.  
  24. # Track the sun
  25. sun:
  26.  
  27. # Enables support for tracking state changes over time.
  28. history:
  29.  
  30. # Enables the frontend
  31. frontend:
  32.  
  33. # Prediction of weather
  34. sensor:
  35. platform: yr
  36.  
  37. # View all events in a logbook
  38. logbook:
  39.  
  40. nest:
  41. username: parkermann@gmail.com
  42. password: amPj$VFW5Iqf
  43.  
  44. thermostat:
  45. platform: nest
  46.  
  47. media_player:
  48. platform: mpr_6zhmaut
  49. name: zone1
  50. host: 192.168.1.140
  51. port: 8181
  52. zone: 13
  53. proto: http
  54.  
  55. hello_state:
  56. text: 'Custom State'
  57.  
  58. #media_player:
  59. # platform: samsungtv
  60. # host: 192.168.1.116
  61. # name: Living Room TV
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement