Compare commits

...

2 commits

Author SHA1 Message Date
52a48817ea autohuttli: enable IPv6
Some checks reported errors
continuous-integration/drone/push Build was killed
2024-10-28 19:17:59 +00:00
a55cd504a1 autohuttli: split the switches into a package so the app and base merge 2024-10-28 19:17:36 +00:00
2 changed files with 87 additions and 82 deletions

View file

@ -37,6 +37,9 @@ wifi:
# Connect to the first AP found.
fast_connect: true
network:
enable_ipv6: true
time:
- platform: homeassistant
id: homeassistant_time

View file

@ -32,7 +32,9 @@ remote_transmitter:
number: GPIO13
carrier_duty_percent: 100%
switch:
packages:
pm6006:
switch:
- platform: template
name: "PM6006 power"
icon: "mdi:power"