configuration.yaml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. config:
  2. frontend:
  3. homeassistant:
  4. counter:
  5. logbook:
  6. notify:
  7. input_datetime:
  8. input_select:
  9. input_text:
  10. timer:
  11. recorder:
  12. purge_keep_days: 5
  13. db_url: mysql://hassio:hassiopassword@192.168.1.110/hass?charset=utf8
  14. logger:
  15. default: info
  16. # logs:
  17. # custom_components.philips_airpurifier_coap: debug
  18. # aioairctrl: debug
  19. #coap: debug
  20. # logs:
  21. # homeassistant.components.mqtt: debug
  22. # logs:
  23. # rflink: debug
  24. # homeassistant.components.rflink: debug
  25. history:
  26. system_health:
  27. http:
  28. use_x_forwarded_for: true
  29. trusted_proxies:
  30. - 192.168.1.110
  31. mqtt:
  32. broker: 192.168.1.110
  33. port: 1883
  34. username: pi
  35. password: !secret MQTT_PASSWORD
  36. pyscript:
  37. allow_all_imports: true
  38. rflink:
  39. host: 127.0.0.1
  40. port: 12345
  41. wait_for_ack: false
  42. ignore_devices:
  43. - newkaku_000001_01
  44. #volvooncall:
  45. # username: thomas.chef@volvo.com
  46. # password: !secret voc_password
  47. # scandinavian_miles: true
  48. # mutable: false
  49. binary_sensor:
  50. - platform: rflink
  51. devices:
  52. newkaku_02ddc7fa_4:
  53. name: Bedroom door raw sensor
  54. device_class: door
  55. force_update: true
  56. - platform: workday
  57. country: SE
  58. # Text to speech
  59. tts:
  60. - platform: google_translate
  61. switch: !include switches.yaml
  62. input_boolean: !include input_booleans.yaml
  63. input_number: !include input_numbers.yaml
  64. sensor: !include sensors.yaml
  65. light: !include lights.yaml
  66. group: !include groups.yaml
  67. automation: !include automations.yaml
  68. script: !include scripts.yaml
  69. scene: !include scenes.yaml