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

# Some substitutions as used by the included yaml file.
substitutions:
name: bedside_lamp_office
friendly_name: Bedside Lamp Office
# Configuration options to connect the device to the network.
# The api is used for allowing connections from Home Assistant.
# The ota is used for over the air updates after the first deployment.
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
ap:
ssid: ${friendly_name}
password: !secret wifi_ap_fallback_password
captive_portal:
api:
password: !secret api_password
ota:
password: !secret ota_password
# The rest of the configuration is included.
<<: !include esphome-yeelight_bs2/yeelight_bs2.yaml