Adding rgbg-living
This commit is contained in:
parent
d0caae5515
commit
a66cab1fab
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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: ""
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue