You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
678 B

  1. # Some substitutions as used by the included yaml file.
  2. substitutions:
  3. name: bedside_lamp_office
  4. friendly_name: Bedside Lamp Office
  5. # Configuration options to connect the device to the network.
  6. # The api is used for allowing connections from Home Assistant.
  7. # The ota is used for over the air updates after the first deployment.
  8. wifi:
  9. ssid: !secret wifi_ssid
  10. password: !secret wifi_password
  11. ap:
  12. ssid: ${friendly_name}
  13. password: !secret wifi_ap_fallback_password
  14. captive_portal:
  15. api:
  16. password: !secret api_password
  17. ota:
  18. password: !secret ota_password
  19. # The rest of the configuration is included.
  20. <<: !include esphome-yeelight_bs2/yeelight_bs2.yaml