Advertisement
Guest User

Untitled

a guest
Jun 24th, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. homeassistant:
  2. # Name of the location where Home Assistant is running
  3. name: Casa - Arrifana
  4.  
  5. # Location required to calculate the time the sun rises and sets
  6. latitude: ********
  7. longitude: ********
  8.  
  9. # C for Celsius, F for Fahrenheit
  10. temperature_unit: C
  11.  
  12. # Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
  13. time_zone: Europe/Lisbon
  14.  
  15. # Checks for available updates
  16. updater:
  17.  
  18. # View all events in a logbook
  19. logbook:
  20.  
  21. # Prediction of weather
  22. sensor:
  23. platform: netatmo
  24. modules:
  25. Station:
  26. - temperature
  27. - humidity
  28. - noise
  29. - pressure
  30. - co2
  31. - rain
  32. - sum_rain_1
  33. - sum_rain_24
  34. - wifi_status
  35.  
  36. # Enables support for tracking state changes over time.
  37. history:
  38.  
  39. # Track the sun
  40. sun:
  41.  
  42. # Discover some devices automatically
  43. discovery:
  44.  
  45. # Allows you to issue voice commands from the frontend
  46. conversation:
  47.  
  48. # Enables the frontend
  49. frontend:
  50.  
  51. light:
  52. platform: hue
  53. host: 192.168.1.11
  54. allow_unreachable: true
  55. filename: phue11.conf
  56.  
  57. light 2:
  58. platform: hue
  59. host: 192.168.1.12
  60. allow_unreachable: true
  61. filename: phue12.conf
  62.  
  63. netatmo:
  64. api_key: ********
  65. secret_key: ********
  66. username: ********
  67. password: ********
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement