Files
hassos_config/esphome/slaap-trainer.yaml
2026-03-26 12:10:21 +01:00

23 lines
722 B
YAML

substitutions:
device_name: "slaaptrainer"
friendly_name: "slaaptrainer Tim"
comment: "esp8266, RGBled"
location: "slaapkamer tim"
api_password: !secret slaaptrainer_api
ota_password: !secret ota_password
wifi_ssid: !secret wifi_ssid
wifi_password: !secret wifi_password
gateway: !secret ip_gateway
subnet: !secret ip_subnet
#ip: !secret slaaptrainer_ip
pin_led1: GPIO03
num_leds: "35"
packages:
board: !include boards/esp12f.yaml
connection: !include common/wifi.yaml
device_base: !include common/common.yaml
logger: !include templates/logger.yaml
leds: !include templates/light_neopixel.yaml
colororange: !include color/COLOR_CSS_ORANGE
colorgreen: !include color/COLOR_CSS_GREEN