Compare commits
2 commits
4d3a6f6e21
...
52a48817ea
Author | SHA1 | Date | |
---|---|---|---|
52a48817ea | |||
a55cd504a1 |
2 changed files with 87 additions and 82 deletions
|
@ -37,6 +37,9 @@ wifi:
|
||||||
# Connect to the first AP found.
|
# Connect to the first AP found.
|
||||||
fast_connect: true
|
fast_connect: true
|
||||||
|
|
||||||
|
network:
|
||||||
|
enable_ipv6: true
|
||||||
|
|
||||||
time:
|
time:
|
||||||
- platform: homeassistant
|
- platform: homeassistant
|
||||||
id: homeassistant_time
|
id: homeassistant_time
|
||||||
|
|
|
@ -32,6 +32,8 @@ remote_transmitter:
|
||||||
number: GPIO13
|
number: GPIO13
|
||||||
carrier_duty_percent: 100%
|
carrier_duty_percent: 100%
|
||||||
|
|
||||||
|
packages:
|
||||||
|
pm6006:
|
||||||
switch:
|
switch:
|
||||||
- platform: template
|
- platform: template
|
||||||
name: "PM6006 power"
|
name: "PM6006 power"
|
||||||
|
|
Loading…
Reference in a new issue