Deprecation warnings fixed for esphome 2025.11

This commit is contained in:
2025-11-21 19:14:49 +01:00
parent aea16e59c4
commit 24eecc7c97
14 changed files with 71 additions and 40 deletions

View File

@@ -59,6 +59,7 @@ wifi:
use_address: ${name}.home
power_save_mode: high
fast_connect: on
min_auth_mode: WPA2
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
@@ -235,7 +236,7 @@ sensor:
- platform: adc
pin: 32
name: "Spannung Photodiode"
attenuation: 11db
attenuation: 12db
update_interval: 1s
internal: true
on_value_range:
@@ -259,6 +260,7 @@ remote_receiver:
# IR Transmitter
remote_transmitter:
non_blocking: True
pin: GPIO22
# Infrared remotes use a 50% carrier signal
carrier_duty_percent: 50%