Adding rgbg-living

This commit is contained in:
Moritz Graf 2022-10-31 17:44:36 +01:00
parent d0caae5515
commit a66cab1fab
No known key found for this signature in database
GPG Key ID: 74908B979B924E74
3 changed files with 8 additions and 7 deletions

View File

@ -41,6 +41,7 @@ esphome wizard muc-kitchen.secret.yml
# -hold boot button to enable flashing on esps # -hold boot button to enable flashing on esps
esphome run ./config/muc-kitchen.secret.yml esphome run ./config/muc-kitchen.secret.yml
esphome run ./config/muc-living.secret.yml esphome run ./config/muc-living.secret.yml
esphome run ./config/rgbg-living.secret.yml
``` ```
### custom firmware for hygrometers ### custom firmware for hygrometers

View File

@ -13,12 +13,12 @@ logger:
api: api:
password: "" password: ""
mqtt: # mqtt:
broker: "moritzgraf.de" # broker: "moritzgraf.de"
port: "30024" # port: "30024"
username: "sender" # username: "sender"
password: "ahQueteiRietufeko8do" # password: "ahQueteiRietufeko8do"
topic_prefix: "muc-living" # topic_prefix: "muc-living"
ota: ota:
password: "" password: ""

View File

@ -2,7 +2,7 @@ esphome:
name: rgbg-living name: rgbg-living
esp32: esp32:
board: m5stick-c board: nodemcu-32s
framework: framework:
type: arduino type: arduino