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.

30 lines
702 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. transition_length: 1s
  6. # Configuration options to connect the device to the network.
  7. # The api is used for allowing connections from Home Assistant.
  8. # The ota is used for over the air updates after the first deployment.
  9. wifi:
  10. ssid: !secret wifi_ssid
  11. password: !secret wifi_password
  12. ap:
  13. ssid: ${friendly_name}
  14. password: !secret wifi_ap_fallback_password
  15. captive_portal:
  16. api:
  17. password: !secret api_password
  18. ota:
  19. password: !secret ota_password
  20. # The rest of the configuration is included.
  21. <<: !include esphome-yeelight_bs2/yeelight_bs2.yaml