Advertisement
Guest User

Untitled

a guest
Apr 12th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.60 KB | None | 0 0
  1. homeassistant:
  2. # Name of the location where Home Assistant is running
  3. name: Home
  4. # Location required to calculate the time the sun rises and sets
  5. latitude: 43.8833
  6. longitude: 7.9833
  7. # Impacts weather/sunrise data (altitude above sea level in meters)
  8. elevation: 39
  9. # metric for Metric, imperial for Imperial
  10. unit_system: metric
  11. # Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
  12. time_zone: Europe/Rome
  13. # Customization file
  14. customize: !include customize.yaml
  15.  
  16.  
  17.  
  18.  
  19. # Per tracciare i dispositivi connessi
  20. device_tracker:
  21. - platform: tplink
  22. host: 192.168.0.1
  23. username: xxxxxxxxx
  24. password: xxxxxxxxxx
  25.  
  26.  
  27. # Show links to resources in log and frontend
  28. introduction:
  29.  
  30. # Enables the frontend
  31. frontend:
  32.  
  33. # Enables configuration UI
  34. config:
  35.  
  36. http:
  37. # Secrets are defined in the file secrets.yaml
  38. # api_password: !secret http_password
  39. # Uncomment this if you are using SSL/TLS, running in Docker container, etc.
  40. # api_password:
  41. server_port: 443
  42. ssl_certificate: /ssl/fullchain.pem
  43. ssl_key: /ssl/privkey.pem
  44. # login_attempts_threshold: 50
  45. # base_url:
  46.  
  47. # Checks for available updates
  48. # Note: This component will send some information about your system to
  49. # the developers to assist with development of Home Assistant.
  50. # For more information, please see:
  51. # https://home-assistant.io/blog/2016/10/25/explaining-the-updater/
  52. updater:
  53. # Optional, allows Home Assistant developers to focus on popular components.
  54. # include_used_components: true
  55.  
  56. # Discover some devices automatically
  57. discovery:
  58.  
  59. # Allows you to issue voice commands from the frontend in enabled browsers
  60. conversation:
  61.  
  62. # Enables support for tracking state changes over time
  63. history:
  64.  
  65. # View all events in a logbook
  66. logbook:
  67.  
  68. # Enables a map showing the location of tracked devices
  69. map:
  70.  
  71. # Track the sun
  72. sun:
  73.  
  74. # Weather prediction
  75. sensor:
  76. - platform: yr
  77.  
  78. # Text to speech
  79. tts:
  80. - platform: google
  81.  
  82. # Cloud
  83. cloud:
  84.  
  85. ############################################################
  86. #group: !include groups.yaml
  87. group:
  88. default_view:
  89. view: yes
  90. icon: mdi:home
  91. pianot:
  92. name: Piano Terra
  93. view: yes
  94. entities:
  95. - light.luce_studio
  96. - light.luce_sala
  97. - light.luce_camera
  98. - light.luce_cameretta
  99. - light.luce_piccola_cameretta
  100. piano1:
  101. name: Primo piano
  102. view: yes
  103. entities:
  104. - light.luce_studio
  105. fuori:
  106. name: Fuori
  107. view: yes
  108. entities:
  109. - light.luce_fuori_nord
  110. - light.luce_fuori_sud
  111. service:
  112. name: Servizi
  113. view: yes
  114. entities:
  115. - light.luce_studio
  116.  
  117.  
  118.  
  119. ###########################################################
  120.  
  121. automation: !include automations.yaml
  122. script: !include scripts.yaml
  123.  
  124.  
  125. light:
  126. ### Studio
  127. - platform: knx
  128. name: luce_studio
  129. address: '0/6/1'
  130. state_address: '0/6/0'
  131. ### Camera Sala Cabina-Armadio
  132. - platform: knx
  133. name: luce_sala
  134. address: '0/0/9'
  135. state_address: '0/0/8'
  136. - platform: knx
  137. name: luce_camera
  138. address: '0/4/1'
  139. state_address: '0/4/0'
  140. - platform: knx
  141. name: mobile
  142. address: '0/0/6'
  143. state_address: '0/0/5'
  144. - platform: knx
  145. name: comodini
  146. address: '0/2/5'
  147. state_address: '0/2/4'
  148. - platform: knx
  149. name: pre_cabina
  150. address: '0/2/1'
  151. state_address: '0/2/0'
  152. - platform: knx
  153. name: como
  154. address: '0/2/3'
  155. state_address: '0/2/2'
  156. - platform: knx
  157. name: cabina
  158. address: '0/7/1'
  159. state_address: '0/7/0'
  160. ### Cameretta
  161. - platform: knx
  162. name: luce_cameretta
  163. address: '0/3/2'
  164. state_address: '0/3/1'
  165. - platform: knx
  166. name: luce_piccola_cameretta
  167. address: '0/1/2'
  168. state_address: '0/1/1'
  169. ### Bagno P1
  170. - platform: knx
  171. name: bagnetto
  172. address: '5/5/0'
  173. state_address: '5/5/1'
  174. ### Fuori
  175. - platform: knx
  176. name: luce_fuori_nord
  177. address: '3/6/0'
  178. state_address: '3/6/1'
  179. - platform: knx
  180. name: luce_fuori_sud
  181. address: '3/2/1'
  182. state_address: '3/2/0'
  183. ### Bagno
  184. - platform: knx
  185. name: bagno
  186. address: '0/5/1'
  187. state_address: 0/5/0'
  188. ### Corridoio e scala
  189. - platform: knx
  190. name: corridoio
  191. address: '0/0/3'
  192. state_address: '0/0/1'
  193. - platform: knx
  194. name: scalini
  195. address: '5/0/2'
  196. state_address: '5/0/3'
  197. - platform: knx
  198. name: scala
  199. address: '5/0/1'
  200. state_address: '5/0/0'
  201. ### Stanza ospiti P1
  202. - platform: knx
  203. name: stanza_ospiti
  204. address: '5/4/1'
  205. state_address: '5/4/0'
  206. ### Cucina e sala P1
  207. - platform: knx
  208. name: cucina
  209. address: '5/2/1'
  210. state_address: '5/2/0'
  211. - platform: knx
  212. name: sala
  213. address: '5/1/1'
  214. state_address: '5/1/0'
  215.  
  216. ### Terrazzo
  217. - platform: knx
  218. name: terrazzo
  219. address: '5/7/1'
  220. state_address: '5/7/0'
  221.  
  222.  
  223. ################################################################
  224.  
  225.  
  226. switch:
  227. - platform: knx
  228. name: quadro_studio
  229. address: '0/6/3'
  230. state_address: '0/6/4'
  231. - platform: rpi_gpio
  232. ports:
  233. 21: Cancello
  234. 20: Casse
  235.  
  236.  
  237. ########### Tapparelle
  238. cover:
  239. - platform: knx
  240. name: "studio.tapparella"
  241. move_long_address: '1/2/1'
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248. knx:
  249. tunneling:
  250. host: '192.168.0.34'
  251. port: 3671
  252. local_ip: '192.168.0.123'
  253.  
  254.  
  255.  
  256. google_assistant:
  257. project_id: hasxxxxx
  258. client_id: 108xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  259. access_token: ofdxxxxxxxxxxxxxxxxxxxxxxxxE
  260. # agent_user_id: [a string to identify user]
  261. exposed_domains:
  262. - switch
  263. - light
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement