Compare commits

..

No commits in common. "ae65f76dfe1215ca3c35c64d9f811b9c9ca13445" and "2bc9782ce703f6604a10bbff741f7ab6d0334467" have entirely different histories.

4 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@ RUN \
iputils-ping=3:20221126-1+deb12u1 \
git=1:2.39.5-0+deb12u1 \
curl=7.88.1-10+deb12u8 \
openssh-client=1:9.2p1-2+deb12u4 \
openssh-client=1:9.2p1-2+deb12u3 \
python3-cffi=1.15.1-5 \
libcairo2=1.16.0-7 \
libmagic1=1:5.44-3 \

View File

@ -36,7 +36,7 @@ template<typename... Ts> class TotoAction : public RemoteTransmitterActionBase<T
data.rc_code_2 = this->rc_code_2_.value(x...);
data.command = this->command_.value(x...);
this->set_send_times(this->send_times_.value_or(x..., 3));
this->set_send_wait(this->send_wait_.value_or(x..., 36000));
this->set_send_wait(this->send_wait_.value_or(x..., 32000));
TotoProtocol().encode(dst, data);
}
};

View File

@ -1,6 +1,6 @@
"""Constants used by esphome."""
__version__ = "2025.2.0b6"
__version__ = "2025.2.0b5"
ALLOWED_NAME_CHARS = "abcdefghijklmnopqrstuvwxyz0123456789-_"
VALID_SUBSTITUTIONS_CHARACTERS = (

View File

@ -14,7 +14,7 @@ esptool==4.7.0
click==8.1.7
esphome-dashboard==20250212.0
aioesphomeapi==29.1.0
zeroconf==0.145.1
zeroconf==0.144.3
puremagic==1.27
ruamel.yaml==0.18.6 # dashboard_import
esphome-glyphsets==0.1.0