Deprecation warnings fixed for esphome 2025.11
This commit is contained in:
@@ -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%
|
||||
|
||||
Reference in New Issue
Block a user