esphome 2025.2.0b5__py3-none-any.whl → 2025.2.0b6__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- esphome/components/remote_base/toto_protocol.h +1 -1
- esphome/const.py +1 -1
- {esphome-2025.2.0b5.dist-info → esphome-2025.2.0b6.dist-info}/METADATA +2 -2
- {esphome-2025.2.0b5.dist-info → esphome-2025.2.0b6.dist-info}/RECORD +8 -8
- {esphome-2025.2.0b5.dist-info → esphome-2025.2.0b6.dist-info}/LICENSE +0 -0
- {esphome-2025.2.0b5.dist-info → esphome-2025.2.0b6.dist-info}/WHEEL +0 -0
- {esphome-2025.2.0b5.dist-info → esphome-2025.2.0b6.dist-info}/entry_points.txt +0 -0
- {esphome-2025.2.0b5.dist-info → esphome-2025.2.0b6.dist-info}/top_level.txt +0 -0
@@ -36,7 +36,7 @@ template<typename... Ts> class TotoAction : public RemoteTransmitterActionBase<T
|
|
36
36
|
data.rc_code_2 = this->rc_code_2_.value(x...);
|
37
37
|
data.command = this->command_.value(x...);
|
38
38
|
this->set_send_times(this->send_times_.value_or(x..., 3));
|
39
|
-
this->set_send_wait(this->send_wait_.value_or(x...,
|
39
|
+
this->set_send_wait(this->send_wait_.value_or(x..., 36000));
|
40
40
|
TotoProtocol().encode(dst, data);
|
41
41
|
}
|
42
42
|
};
|
esphome/const.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: esphome
|
3
|
-
Version: 2025.2.
|
3
|
+
Version: 2025.2.0b6
|
4
4
|
Summary: ESPHome is a system to configure your microcontrollers by simple yet powerful configuration files and control them remotely through Home Automation systems.
|
5
5
|
Author-email: The ESPHome Authors <esphome@nabucasa.com>
|
6
6
|
License: MIT
|
@@ -38,7 +38,7 @@ Requires-Dist: esptool ==4.7.0
|
|
38
38
|
Requires-Dist: click ==8.1.7
|
39
39
|
Requires-Dist: esphome-dashboard ==20250212.0
|
40
40
|
Requires-Dist: aioesphomeapi ==29.1.0
|
41
|
-
Requires-Dist: zeroconf ==0.
|
41
|
+
Requires-Dist: zeroconf ==0.145.1
|
42
42
|
Requires-Dist: puremagic ==1.27
|
43
43
|
Requires-Dist: ruamel.yaml ==0.18.6
|
44
44
|
Requires-Dist: esphome-glyphsets ==0.1.0
|
@@ -5,7 +5,7 @@ esphome/codegen.py,sha256=GePHUM7xdXb_Pil59SHVsXg2F4VBPgkH-Fz2PDX8Z54,1873
|
|
5
5
|
esphome/config.py,sha256=fFrDYbhWY1xn_onAl_0jwlg9D8NkK_FdKULTlnjZtxs,39832
|
6
6
|
esphome/config_helpers.py,sha256=MKf_wzO35nn41FvigXE0iYKDslPgL2ruf8R-EPtTT2I,3256
|
7
7
|
esphome/config_validation.py,sha256=qpNSoruGC4Tb7KNtgahginfMrhoRdjYUs-3Et2ww7rg,67868
|
8
|
-
esphome/const.py,sha256=
|
8
|
+
esphome/const.py,sha256=44Eq6eB6H8t92X2UU_LpVtZLcpmu3oqxuOHkacQQxw4,40664
|
9
9
|
esphome/coroutine.py,sha256=j_14z8dIIzIBeuNO30D4c1RJvMMt1xZFZ58Evd-EvJA,9344
|
10
10
|
esphome/cpp_generator.py,sha256=PS_vtNLykRldK7n2bSZ1e9zIEajnCNc_ruW9beMNulQ,31235
|
11
11
|
esphome/cpp_helpers.py,sha256=6C2vNbOIhZKi43xRVlk5hp9GfshfBn-rc5D_ZFUEYaE,4801
|
@@ -2304,7 +2304,7 @@ esphome/components/remote_base/sony_protocol.h,sha256=3kdO2RE3KvQSU7tB_rXBHx9f8D
|
|
2304
2304
|
esphome/components/remote_base/toshiba_ac_protocol.cpp,sha256=CQNONh4-M91jPDecR_SYVricsXI_NxkbiaXxcRI9g7M,3434
|
2305
2305
|
esphome/components/remote_base/toshiba_ac_protocol.h,sha256=xkpVmBNtQ_uEbMHzwaJOle2KXBxa34Q-ABZfuCsMouA,1092
|
2306
2306
|
esphome/components/remote_base/toto_protocol.cpp,sha256=GxWkvuGXo3ThBQ3Q7ogNRrMYWHxjxcmeWRZj0JxZ1eM,2601
|
2307
|
-
esphome/components/remote_base/toto_protocol.h,sha256=
|
2307
|
+
esphome/components/remote_base/toto_protocol.h,sha256=ZN4X6heapkxFeA0k5acAgRpGjzaB8SiKs2ABEvaDfns,1275
|
2308
2308
|
esphome/components/remote_receiver/__init__.py,sha256=HSwzKULpTmBlwYGLj6kEvxelKuOlJcJMXT_I3ywpibc,6441
|
2309
2309
|
esphome/components/remote_receiver/binary_sensor.py,sha256=AybkaXQkJpcxpJhDkbgupO9zIiVhBFYpxvjUHBQbs_w,291
|
2310
2310
|
esphome/components/remote_receiver/remote_receiver.h,sha256=Y4prQS8bU8nJE59HBPCjeM8JZsVKFFO71ZNPPS9K9g4,3631
|
@@ -3434,9 +3434,9 @@ esphome/dashboard/util/itertools.py,sha256=8eLrWEWmICLtXNxkKdYPQV0c_N4GEz8m9Npnb
|
|
3434
3434
|
esphome/dashboard/util/password.py,sha256=cQz3b9B-ijTe7zS6BeCW0hc3pWv6JjC78jmnycYYAh8,321
|
3435
3435
|
esphome/dashboard/util/subprocess.py,sha256=T8EW6dbU4LPd2DG1dRrdh8li71tt6J1isn411poMhkk,1022
|
3436
3436
|
esphome/dashboard/util/text.py,sha256=ENDnfN4O0NdA3CKVJjQYabFbwbrsIhVKrAMQe53qYu4,534
|
3437
|
-
esphome-2025.2.
|
3438
|
-
esphome-2025.2.
|
3439
|
-
esphome-2025.2.
|
3440
|
-
esphome-2025.2.
|
3441
|
-
esphome-2025.2.
|
3442
|
-
esphome-2025.2.
|
3437
|
+
esphome-2025.2.0b6.dist-info/LICENSE,sha256=HzEjkBInJe44L4WvAOPfhPJJDNj6YbnqFyvGWRzArGM,36664
|
3438
|
+
esphome-2025.2.0b6.dist-info/METADATA,sha256=XMXkWIRicjuU3NrZZpFe7k5rPrhrh-Trn89TwQYyw8s,3691
|
3439
|
+
esphome-2025.2.0b6.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
3440
|
+
esphome-2025.2.0b6.dist-info/entry_points.txt,sha256=mIxVNuWtbYzeEcaWCl-AQ-97aBOWbnYBAK8nbF6P4M0,50
|
3441
|
+
esphome-2025.2.0b6.dist-info/top_level.txt,sha256=0GSXEW3cnITpgG3qnsSMz0qoqJHAFyfw7Y8MVtEf1Yk,8
|
3442
|
+
esphome-2025.2.0b6.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|