forked from teuserer/netz39-ir-blaster
Compare commits
3 commits
feat/Multi
...
main
Author | SHA1 | Date | |
---|---|---|---|
|
f623398284 | ||
8c823c7c88 | |||
4464b618df |
2 changed files with 3 additions and 3 deletions
|
@ -11,12 +11,12 @@ http://ir-blaster.n39.eu
|
|||
```
|
||||
2. esphome installieren
|
||||
```bash
|
||||
pip installv esphome
|
||||
pip install esphome
|
||||
```
|
||||
3. `secrets.yaml` anlegen:
|
||||
```yaml
|
||||
WifiPassword: "changeme"
|
||||
OtaPassword: "chamgeme"
|
||||
OtaPassword: "changeme"
|
||||
```
|
||||
4. config hochladen
|
||||
```bash
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
esphome:
|
||||
name: ir-blaster
|
||||
platform: ESP8266
|
||||
esp8266:
|
||||
board: d1_mini
|
||||
|
||||
wifi:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue