mirror of
https://github.com/nuttytree/ESPHome-Devices.git
synced 2024-08-30 18:12:19 +00:00
c911f80995
* Update devices within range of new wifi AP to use the ssid of that AP * Use dashes in name of updated devices
15 lines
472 B
YAML
15 lines
472 B
YAML
substitutions:
|
|
device_id: basement-fridge
|
|
device_name: Basement Fridge
|
|
ip_address: !secret basement-fridge-ip
|
|
ota_pwd: !secret basement-fridge-ota-pwd
|
|
api_pwd: !secret basement-fridge-api-pwd
|
|
ap_wifi_pwd: !secret basement-fridge-ap-pwd
|
|
wifi_ssid: !secret new-wifi-ssid
|
|
wifi_password: !secret new-wifi-password
|
|
ip_subnet: !secret new-ip-subnet
|
|
ip_gateway: !secret new-ip-gateway
|
|
|
|
packages:
|
|
feit_dimmer: !include ../packages/topgreener_smart_plug.yaml
|