backup 20240718
This commit is contained in:
23
esphome/slaap-trainer.yaml
Normal file
23
esphome/slaap-trainer.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
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/nologger.yaml
|
||||
leds: !include templates/light_neopixel.yaml
|
||||
colororange: !include color/COLOR_CSS_ORANGE
|
||||
colorgreen: !include color/COLOR_CSS_GREEN
|
||||
Reference in New Issue
Block a user