mirror of
https://github.com/nuttytree/ESPHome-Devices.git
synced 2024-08-30 18:12:19 +00:00
3cffad99dd
* Update most everything to report power and energy to Home Assistant and Sense * ESPSense is pulled from GitHub Co-authored-by: Chris Nussbaum <chris.nussbaum@protolabs.com>
12 lines
350 B
YAML
12 lines
350 B
YAML
substitutions:
|
|
device_id: master_bath_fan
|
|
device_name: Master Bathroom Fan
|
|
ip_address: !secret master_bath_fan_ip
|
|
ota_pwd: !secret master_bath_fan_ota_pwd
|
|
api_pwd: !secret master_bath_fan_api_pwd
|
|
ap_wifi_pwd: !secret master_bath_fan_ap_wifi_pwd
|
|
fan_wattage: "26.6"
|
|
|
|
packages:
|
|
device_base: !include ../packages/feit_dimmer_as_fan.yaml
|