esphome 2024.7.0b1__py3-none-any.whl → 2024.7.0b2__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/aht10/aht10.cpp +4 -2
- esphome/components/climate/climate.cpp +10 -6
- esphome/components/climate/climate_traits.h +3 -3
- esphome/components/esp32_can/canbus.py +3 -0
- esphome/components/ethernet/ethernet_component.cpp +5 -1
- esphome/components/gree/climate.py +1 -0
- esphome/components/gree/gree.cpp +11 -3
- esphome/components/gree/gree.h +5 -1
- esphome/components/heatpumpir/climate.py +6 -5
- esphome/components/heatpumpir/heatpumpir.cpp +5 -0
- esphome/components/heatpumpir/heatpumpir.h +5 -0
- esphome/components/http_request/http_request_arduino.cpp +7 -2
- esphome/components/ltr390/ltr390.cpp +44 -29
- esphome/components/ltr390/ltr390.h +9 -5
- esphome/components/ltr390/sensor.py +35 -5
- esphome/components/mitsubishi/mitsubishi.cpp +1 -0
- esphome/components/pmsa003i/pmsa003i.cpp +9 -0
- esphome/components/restart/button/__init__.py +2 -0
- esphome/components/voice_assistant/voice_assistant.cpp +3 -1
- esphome/components/web_server/server_index_v2.h +42 -41
- esphome/components/web_server/server_index_v3.h +368 -367
- esphome/const.py +1 -1
- esphome/core/helpers.cpp +1 -1
- {esphome-2024.7.0b1.dist-info → esphome-2024.7.0b2.dist-info}/METADATA +1 -1
- {esphome-2024.7.0b1.dist-info → esphome-2024.7.0b2.dist-info}/RECORD +29 -29
- {esphome-2024.7.0b1.dist-info → esphome-2024.7.0b2.dist-info}/LICENSE +0 -0
- {esphome-2024.7.0b1.dist-info → esphome-2024.7.0b2.dist-info}/WHEEL +0 -0
- {esphome-2024.7.0b1.dist-info → esphome-2024.7.0b2.dist-info}/entry_points.txt +0 -0
- {esphome-2024.7.0b1.dist-info → esphome-2024.7.0b2.dist-info}/top_level.txt +0 -0
esphome/const.py
CHANGED
esphome/core/helpers.cpp
CHANGED
@@ -78,7 +78,7 @@ static const uint16_t CRC16_1021_BE_LUT_H[] = {0x0000, 0x1231, 0x2462, 0x3653, 0
|
|
78
78
|
|
79
79
|
// STL backports
|
80
80
|
|
81
|
-
#if _GLIBCXX_RELEASE <
|
81
|
+
#if _GLIBCXX_RELEASE < 8
|
82
82
|
std::string to_string(int value) { return str_snprintf("%d", 32, value); } // NOLINT
|
83
83
|
std::string to_string(long value) { return str_snprintf("%ld", 32, value); } // NOLINT
|
84
84
|
std::string to_string(long long value) { return str_snprintf("%lld", 32, value); } // NOLINT
|
@@ -5,7 +5,7 @@ esphome/codegen.py,sha256=LCJVpAwy1L9DTBsIvbgAbHj1TOXUSPgBoN--aio0gBk,1855
|
|
5
5
|
esphome/config.py,sha256=wztK2UmO7-hc6HFDAi6YWtrPVy5mH0diKuqpsWp4-XA,39616
|
6
6
|
esphome/config_helpers.py,sha256=MKf_wzO35nn41FvigXE0iYKDslPgL2ruf8R-EPtTT2I,3256
|
7
7
|
esphome/config_validation.py,sha256=G79LGVIh5BdpGkzuehkm7Db_llpbC2of4dKqZEpHc3A,64838
|
8
|
-
esphome/const.py,sha256=
|
8
|
+
esphome/const.py,sha256=NtIcVGsfAcat_0JQxJ86ZH3v2zS3lIygXvzfAyiua7g,38954
|
9
9
|
esphome/coroutine.py,sha256=IG2kC92OrenyiRm7Qo9uC-4qU4b4-Lmj0TkMIjRG2RY,9344
|
10
10
|
esphome/cpp_generator.py,sha256=hW2EfubUiildhKXZIdV8Dr3Q9TM5oHybFwiTo5-vEUE,31203
|
11
11
|
esphome/cpp_helpers.py,sha256=KadRBBoo4QRT-VwdWFtvxv_FYjqhZTkBhfMX-JhEMwg,4803
|
@@ -104,7 +104,7 @@ esphome/components/ags10/ags10.cpp,sha256=jtvTYeZeI2Uq4jEADc-VndYEDPKXssLHRuRwhx
|
|
104
104
|
esphome/components/ags10/ags10.h,sha256=pZP8RAAzkp3nQZv-oTN0jaEbrv8jjikV6EfAAdVUJVU,3600
|
105
105
|
esphome/components/ags10/sensor.py,sha256=oddJHNHS6_U4CA4QgU8Bn-NhjVCDkJDfMVXtndWEj70,4258
|
106
106
|
esphome/components/aht10/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
107
|
-
esphome/components/aht10/aht10.cpp,sha256=
|
107
|
+
esphome/components/aht10/aht10.cpp,sha256=QhcSDPRoCMGAMeiiibjUqaT7Zdn9aehYda6sbcDt7Cc,6193
|
108
108
|
esphome/components/aht10/aht10.h,sha256=FUL-REZboZSfPlQteMh1pWveQHB27FPJOqCvT5cMbms,1005
|
109
109
|
esphome/components/aht10/sensor.py,sha256=OqR-FjFMAfyrSWVNGZCgi5it0CFvkrjkhAjPNhaInfU,2013
|
110
110
|
esphome/components/airthings_ble/__init__.py,sha256=HuY9Cowue4_SF3HtSQ6VUAvoYHUm2a8yMhuIuqlvCug,667
|
@@ -421,12 +421,12 @@ esphome/components/cd74hc4067/cd74hc4067.h,sha256=TrFuZ2-hLWxpS1gmg4fHDb2jUZa_HB
|
|
421
421
|
esphome/components/cd74hc4067/sensor.py,sha256=a2yXhXZ05NeCsb6Q3gyopgbt_hArPYqz4TjBy7qW3_g,1487
|
422
422
|
esphome/components/climate/__init__.py,sha256=GlD9A9C8aeUiZFH7JvO9wNOularSvt1lF9giF_SOEjw,19603
|
423
423
|
esphome/components/climate/automation.h,sha256=YxlOa_s6NJLFubHx4-GQBbMKMqfifPsNyf2XWpYDSqQ,2147
|
424
|
-
esphome/components/climate/climate.cpp,sha256=
|
424
|
+
esphome/components/climate/climate.cpp,sha256=m4gW-mZwz1G9wk0eoLmk8XYldNbReMPhdvRD_4Az-6s,26530
|
425
425
|
esphome/components/climate/climate.h,sha256=X_5MnFxhGE3v74NA8PZgM89Vgg41X7pDR7DW752Ox00,12643
|
426
426
|
esphome/components/climate/climate_mode.cpp,sha256=rnU6iMxkhvTFph0RevwaEx_PIa2axPnebutIWs05xXk,3144
|
427
427
|
esphome/components/climate/climate_mode.h,sha256=qeJzD4TxuWzK-dL9El7Quzmy9cbrztvKloZg3erJXx0,3853
|
428
428
|
esphome/components/climate/climate_traits.cpp,sha256=XotFyerOjvJwAl81_99VAKcw982m7Lf6mcTCNIF28gA,422
|
429
|
-
esphome/components/climate/climate_traits.h,sha256=
|
429
|
+
esphome/components/climate/climate_traits.h,sha256=GOwwusVa1ZdTsZD-rfPN6wia3oVbkFb1a6-jVgQ_AIo,12742
|
430
430
|
esphome/components/climate_ir/__init__.py,sha256=xSe-ui5khS_1hd31amxoM6Br04g5ABS4lGbnmX7rBiE,1656
|
431
431
|
esphome/components/climate_ir/climate_ir.cpp,sha256=OCUMcZ-qkrRm_-uxJLC6s3bI5nBdsAV87BF91QiwgKo,3167
|
432
432
|
esphome/components/climate_ir/climate_ir.h,sha256=PHhLlcRDwD2RBMtGljfIeLxevyXtujt3LthP3N48gVQ,2760
|
@@ -775,7 +775,7 @@ esphome/components/esp32_camera_web_server/__init__.py,sha256=_Nuf7iCtQSn78Ib960
|
|
775
775
|
esphome/components/esp32_camera_web_server/camera_web_server.cpp,sha256=rguN-bI60pFVM9DhxkB5WVkuIhnkWCiao4izos5s2OQ,6933
|
776
776
|
esphome/components/esp32_camera_web_server/camera_web_server.h,sha256=o54AcHRtHtBeb194Ne56asimChEIddYwzQ77SoKXgKc,1265
|
777
777
|
esphome/components/esp32_can/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
778
|
-
esphome/components/esp32_can/canbus.py,sha256=
|
778
|
+
esphome/components/esp32_can/canbus.py,sha256=SxdzxCCbozEVNtuPdYK_GiRPsFfhxghbZ9tWX9gdCJU,2833
|
779
779
|
esphome/components/esp32_can/esp32_can.cpp,sha256=e831uu_aPoYPrHImuP5CCHZX6o-iX1Ai4DdsNo7uyT8,4637
|
780
780
|
esphome/components/esp32_can/esp32_can.h,sha256=6WJH7EqLwB8ixgEfN7fQOoqovNvgfXe93jl4VsFwFZ0,578
|
781
781
|
esphome/components/esp32_dac/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -818,7 +818,7 @@ esphome/components/esphome/ota/ota_esphome.cpp,sha256=k2mo3SWZvQXLCZIeEIb_d6IV8D
|
|
818
818
|
esphome/components/esphome/ota/ota_esphome.h,sha256=8j_EDYbc7UiALElGt6NN834RDfCxD8oLHkJbhyaXtV4,1118
|
819
819
|
esphome/components/ethernet/__init__.py,sha256=5mP3op-0A0eSGc8NyrmzEEPaDgt4pBj2NKFubj7E7tw,8821
|
820
820
|
esphome/components/ethernet/esp_eth_phy_jl1101.c,sha256=vcT2EJ2S2i6q_vzmRyJY1pod5C05oMW3EpjFHF008L4,12572
|
821
|
-
esphome/components/ethernet/ethernet_component.cpp,sha256=
|
821
|
+
esphome/components/ethernet/ethernet_component.cpp,sha256=Ct5J1DnFYoY12YrPh57TjDHl3W3Cn5hU4oprXRU6hlA,22589
|
822
822
|
esphome/components/ethernet/ethernet_component.h,sha256=qOv56iV1EiPlKy7jsaAXT20gNOPaYyHGnrorgGXzvAo,4232
|
823
823
|
esphome/components/ethernet_info/__init__.py,sha256=LoiZr_nRyJfR5w1ZWOFppOVTQRwlgmHU-boDala2fLA,33
|
824
824
|
esphome/components/ethernet_info/ethernet_info_text_sensor.cpp,sha256=nfP7xeusvbzee1KHfuipELWvF1vmuk_2e4G_NlLeJ3M,564
|
@@ -935,9 +935,9 @@ esphome/components/graphical_display_menu/__init__.py,sha256=z6JlRNjj-4aIntk1eau
|
|
935
935
|
esphome/components/graphical_display_menu/graphical_display_menu.cpp,sha256=_1xbdf6a_krZS-xD8D4kRW32QPz68zWs-MrXLOYYThU,9146
|
936
936
|
esphome/components/graphical_display_menu/graphical_display_menu.h,sha256=wxHyShfCIFDgvppSatvxAYPSnGNjYF9uuh-sloI53MI,2957
|
937
937
|
esphome/components/gree/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
938
|
-
esphome/components/gree/climate.py,sha256=
|
939
|
-
esphome/components/gree/gree.cpp,sha256=
|
940
|
-
esphome/components/gree/gree.h,sha256=
|
938
|
+
esphome/components/gree/climate.py,sha256=N7RLWNnRkJmAHk4m0nijnZvXczZ3WvmR04YEFuEtlqo,878
|
939
|
+
esphome/components/gree/gree.cpp,sha256=dY61ahWQPiPHy0lz_v16UB2Wt2ufAzbv2UPqQ4JEFpk,4661
|
940
|
+
esphome/components/gree/gree.h,sha256=34rO3QEk_XRH6Rlsp4IAGhq-kbrllX8smKO5pgoapBE,3133
|
941
941
|
esphome/components/grove_tb6612fng/__init__.py,sha256=uBNNMEIypUDnhQGMf3Z0R3LQWBt59Fh7kNNeIJSMmGc,5292
|
942
942
|
esphome/components/grove_tb6612fng/grove_tb6612fng.cpp,sha256=e_OgyvaVhOkO_xQOwkZefR4j8sv1wZ1irmSNR7lwLBI,5001
|
943
943
|
esphome/components/grove_tb6612fng/grove_tb6612fng.h,sha256=mg0LACEr0dCVSxb3y2_WMP7rBekbTrL_01y5tmtFV1E,7666
|
@@ -993,9 +993,9 @@ esphome/components/he60r/cover.py,sha256=ES3bNeF_3bOMuZuGyHbA0kpMTHtvJ1rjGl00d8Y
|
|
993
993
|
esphome/components/he60r/he60r.cpp,sha256=yR8FiHWRr4ZwAZaUuQgI6n7quPY5FyejpNiX5Yc_6Wg,8710
|
994
994
|
esphome/components/he60r/he60r.h,sha256=9PXOGaUNx8Zfw_ewHAuOpCkgljLjiGvK1bFwBeo5Abo,1449
|
995
995
|
esphome/components/heatpumpir/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
996
|
-
esphome/components/heatpumpir/climate.py,sha256=
|
997
|
-
esphome/components/heatpumpir/heatpumpir.cpp,sha256=
|
998
|
-
esphome/components/heatpumpir/heatpumpir.h,sha256=
|
996
|
+
esphome/components/heatpumpir/climate.py,sha256=_bFEV5jvbjvvyLsdp_lch7v4rETmiomoWg-0oo5K4k0,5434
|
997
|
+
esphome/components/heatpumpir/heatpumpir.cpp,sha256=EWcDXuqMULSgdCMRg88ONAwv5ef2KcBhBhz6tHLMxxs,9850
|
998
|
+
esphome/components/heatpumpir/heatpumpir.h,sha256=aBKYfdWD9_6_1-xCDwVv0UFP6FBDpID4Fk2EhoplGFA,3756
|
999
999
|
esphome/components/heatpumpir/ir_sender_esphome.cpp,sha256=MOAYkculr1fFhFIa3_12yLZFblDcWBlvFyr5cQtMYIQ,734
|
1000
1000
|
esphome/components/heatpumpir/ir_sender_esphome.h,sha256=h_W7rXwQ5LzeelRREJ_3Ma99oqnauhaNnFLM-Uz5IBc,662
|
1001
1001
|
esphome/components/hitachi_ac344/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -1068,7 +1068,7 @@ esphome/components/hte501/sensor.py,sha256=H7cfhfjQ0lyUgHABpoyiKOaj_f2qhN7nDW-tT
|
|
1068
1068
|
esphome/components/http_request/__init__.py,sha256=iEloLmhwKBRUHqIVjYN0LmxzrIUAMlttDrU7qPP55IU,9336
|
1069
1069
|
esphome/components/http_request/http_request.cpp,sha256=UFpMPffAuE2enh8iBvZzV3EDr7lS-MoLaquDoi5FGEw,705
|
1070
1070
|
esphome/components/http_request/http_request.h,sha256=-QVBxaH5iOFuzuvdmBDrjL81YM63mv3zILS4m8E4Oa4,6758
|
1071
|
-
esphome/components/http_request/http_request_arduino.cpp,sha256=
|
1071
|
+
esphome/components/http_request/http_request_arduino.cpp,sha256=HyePONw2B2095vN-f9WOFkuWkhZSYLYrcwYI5tfzakk,5362
|
1072
1072
|
esphome/components/http_request/http_request_arduino.h,sha256=iaOY5aKpQJREygOoyBB8Nsozp4cfETDt-G6Hgu_pkm0,871
|
1073
1073
|
esphome/components/http_request/http_request_idf.cpp,sha256=7WJQ4woRdTGzeiaI9Aa2Xu0aDX5EAxydE0cbKbGLifE,4382
|
1074
1074
|
esphome/components/http_request/http_request_idf.h,sha256=RmtzXsXsi8M66Lnf6eHbdEK5PIwALlvHyNXVz4skeGQ,774
|
@@ -1360,9 +1360,9 @@ esphome/components/logger/logger_host.cpp,sha256=h3Its8pHiVvnyOc6rj5zRiug8rLi42f
|
|
1360
1360
|
esphome/components/logger/logger_libretiny.cpp,sha256=-GTn0YT2m2X2JS4H2R6w7kXUWz3w51vvoOB9K9OFDOs,1641
|
1361
1361
|
esphome/components/logger/logger_rp2040.cpp,sha256=7X29d8hO65NIYS7fZoeyCR0oXC2LQcNuSAFtlvSniYw,991
|
1362
1362
|
esphome/components/ltr390/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
1363
|
-
esphome/components/ltr390/ltr390.cpp,sha256=
|
1364
|
-
esphome/components/ltr390/ltr390.h,sha256=
|
1365
|
-
esphome/components/ltr390/sensor.py,sha256=
|
1363
|
+
esphome/components/ltr390/ltr390.cpp,sha256=BDI47PlBAE_K1W7Hbj3SawS0MeLi128RHy6ygnH3sDU,6295
|
1364
|
+
esphome/components/ltr390/ltr390.h,sha256=w7sTv9GtcdePbmIPKg8Aad0tY-oHusOxphm0m1Hku70,2429
|
1365
|
+
esphome/components/ltr390/sensor.py,sha256=yKmhehKbAi0dgGEP-3exhc7rB9MFmivOoh33EGsma04,4608
|
1366
1366
|
esphome/components/ltr_als_ps/__init__.py,sha256=nD0ZjC6S7jiLOhzug4Yar22_uA5hzBFW9mMcdxQzYwY,27
|
1367
1367
|
esphome/components/ltr_als_ps/ltr_als_ps.cpp,sha256=a5NBwe7wtJHwLgIDFoollhz1VSDIRerc5E7R6zc4B5U,18256
|
1368
1368
|
esphome/components/ltr_als_ps/ltr_als_ps.h,sha256=TxgTmv7apRGsxHAxDow6-CpkQsdWID2KLk-lSDi7KtQ,6466
|
@@ -1544,7 +1544,7 @@ esphome/components/midea_ir/midea_ir.cpp,sha256=Ry2O2HU9NlVSiaqZHybujJUqoky4rk2K
|
|
1544
1544
|
esphome/components/midea_ir/midea_ir.h,sha256=BNVdX5xjpFy-q0OTgBubUpFA_GQgUeK3Vx7rahOT-nM,1518
|
1545
1545
|
esphome/components/mitsubishi/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
1546
1546
|
esphome/components/mitsubishi/climate.py,sha256=EEQ54_K8833gtQP90yySmX8kMCnXxsYPk0UazUMMZsI,2791
|
1547
|
-
esphome/components/mitsubishi/mitsubishi.cpp,sha256=
|
1547
|
+
esphome/components/mitsubishi/mitsubishi.cpp,sha256=8UgrQVVVAXyzefHfjrOPBV3HfED4WbbHbN10s_VJ4cM,13994
|
1548
1548
|
esphome/components/mitsubishi/mitsubishi.h,sha256=DDSRb5mYr2RsocbBTQahdGJaHtH-k6oHIsBIDSHuopk,3047
|
1549
1549
|
esphome/components/mlx90393/__init__.py,sha256=Ao5t2TsBxYT6KIJJ4Nnbg5_drJijuBxe7SIdBe31Fjs,34
|
1550
1550
|
esphome/components/mlx90393/sensor.py,sha256=wpYFYEHIxu7HP0E40Fc15uUzgCBT-nszvjf0FdlyGwQ,4183
|
@@ -1859,7 +1859,7 @@ esphome/components/pm1006/pm1006.cpp,sha256=AolXaEKw2VmLVk8w1128TJHagBa4yYJ2CvKQ
|
|
1859
1859
|
esphome/components/pm1006/pm1006.h,sha256=s19Xx1rtn9SFeBGw7Eri9-qpA7qCz_gIvNC9jHHTJRs,930
|
1860
1860
|
esphome/components/pm1006/sensor.py,sha256=FeYmQHkONvbKHy3u3idqIB9T3mwxuBCpggAFyHmBb5I,1868
|
1861
1861
|
esphome/components/pmsa003i/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
1862
|
-
esphome/components/pmsa003i/pmsa003i.cpp,sha256=
|
1862
|
+
esphome/components/pmsa003i/pmsa003i.cpp,sha256=Nn2PvxRwN-J72y1S6R5R8UxOXyPn4RCs12qkKfx3MhE,3116
|
1863
1863
|
esphome/components/pmsa003i/pmsa003i.h,sha256=u2xvYRqN2osvmsmxL8DFVqudoebKsVWLa1HT8y18VAo,2683
|
1864
1864
|
esphome/components/pmsa003i/sensor.py,sha256=QCzkkPlqK80kI-gXEF4Pv-q53bz-u0m7QSOKoctSWyw,4378
|
1865
1865
|
esphome/components/pmsx003/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -2077,7 +2077,7 @@ esphome/components/resistance/sensor.py,sha256=P7B_EL6_8JqZPUoCDXszl4wz5h8AAJhr8
|
|
2077
2077
|
esphome/components/resistance_sampler/__init__.py,sha256=k-G50W_Jd8WQ_Jxz82WhWmwKs1-VlCfiBmgU1JBjTP0,200
|
2078
2078
|
esphome/components/resistance_sampler/resistance_sampler.h,sha256=Izi3iIm5gqg4YlRlBE_Su4DZ0A3PJHP8KyiICMK-TF4,228
|
2079
2079
|
esphome/components/restart/__init__.py,sha256=jAfqGndh-yPthKBjcOMkhD8BvV-TY_cZjtMN5HATN8o,31
|
2080
|
-
esphome/components/restart/button/__init__.py,sha256=
|
2080
|
+
esphome/components/restart/button/__init__.py,sha256=6rHx5ONgawNjog05G-vXYSyGRlPLkvyVboL4n8e8CzA,708
|
2081
2081
|
esphome/components/restart/button/restart_button.cpp,sha256=698uab3rY3l8Fh4XtipLei9-U6-fDwbHn4qlkZMj6T8,498
|
2082
2082
|
esphome/components/restart/button/restart_button.h,sha256=7yriDlGg0rFNPZvt2kDQWh5KSbImq9Xsh0RF_kmjIsw,339
|
2083
2083
|
esphome/components/restart/switch/__init__.py,sha256=F_zgeGkQD7trg0Z8TDKHKQejo-UpaS_xoO1YRqmSwek,607
|
@@ -2860,7 +2860,7 @@ esphome/components/vl53l0x/sensor.py,sha256=P8rWgRSOAQO-kAn35UC2I2_UwmYKUWS3DvYD
|
|
2860
2860
|
esphome/components/vl53l0x/vl53l0x_sensor.cpp,sha256=JqSIf9jjNhin561LU-QzAmRKEK0PqQ8CuLO2mn380og,15017
|
2861
2861
|
esphome/components/vl53l0x/vl53l0x_sensor.h,sha256=iTtScB2O7DVFh0eR9AVht2l3AdSAPJOVMtflTv2ZX7c,2561
|
2862
2862
|
esphome/components/voice_assistant/__init__.py,sha256=5cn8QDbG1NiEQw02I2LiQyBiOZXROhTc63_SRs5QHqI,13571
|
2863
|
-
esphome/components/voice_assistant/voice_assistant.cpp,sha256=
|
2863
|
+
esphome/components/voice_assistant/voice_assistant.cpp,sha256=bppgdZ-Ie89fKiqFjEjH8jZKIatXVsxdJU0vtgUvRLg,28798
|
2864
2864
|
esphome/components/voice_assistant/voice_assistant.h,sha256=oSD_gJQrYnKRv-AKHlJKeNniKgMxBWLLSZlgQ9BT_GQ,10952
|
2865
2865
|
esphome/components/voltage_sampler/__init__.py,sha256=IU5YrROZSNyuAP1d6M_V3ZGAwNjXCHPcVy5nMjZ953Y,155
|
2866
2866
|
esphome/components/voltage_sampler/voltage_sampler.h,sha256=Y67FLOpOzW29v29BRRyYgEmGZ_B8QnUUaqJMH6FA3jM,337
|
@@ -2876,8 +2876,8 @@ esphome/components/waveshare_epaper/waveshare_epaper.h,sha256=DOI5LyxWob1x6Fqrwm
|
|
2876
2876
|
esphome/components/web_server/__init__.py,sha256=eAivKqka7nyjY-ZP9O2t6Tvm145fVJGh0Bgx9YkE3Sw,8627
|
2877
2877
|
esphome/components/web_server/list_entities.cpp,sha256=PXfaW687audOXB2Gdx2Dtn2-J2XTbbQQgY_FivqE6DU,6214
|
2878
2878
|
esphome/components/web_server/list_entities.h,sha256=JnVsUfS0YmWqy6kEShU-bRaoUgCluiP5LPZh0ta-HPs,2049
|
2879
|
-
esphome/components/web_server/server_index_v2.h,sha256=
|
2880
|
-
esphome/components/web_server/server_index_v3.h,sha256=
|
2879
|
+
esphome/components/web_server/server_index_v2.h,sha256=klUL1lEbo_YN_Mrx48tFu9LNmunGJfZyzGYO8adEWVo,74318
|
2880
|
+
esphome/components/web_server/server_index_v3.h,sha256=EfdRw6RGnvixTNMbC9TSZzJy360DdA4H_w3OfjyT_1A,471064
|
2881
2881
|
esphome/components/web_server/web_server.cpp,sha256=j8HwJJoK7W9TTCjvbabXT0cA40KyzE3LFfD0WQ6lneE,63218
|
2882
2882
|
esphome/components/web_server/web_server.h,sha256=CwsGlSj6Jdt0xqEoFA1am4i9Wg3XBmsBdrZC40w4gfk,13464
|
2883
2883
|
esphome/components/web_server_base/__init__.py,sha256=mY9m_IS1ifiay-fYqDumRw8QJdhbcONCovAMIh42n2k,1122
|
@@ -3082,7 +3082,7 @@ esphome/core/entity_base.h,sha256=JCCMm2HKN5c4SHzwParExc-oVtLgmFu4BeaqhmMaLSA,27
|
|
3082
3082
|
esphome/core/entity_helpers.py,sha256=JjyktpInwePdrg4rYH_gJPInlXieZ7YWKbD6AOtUiNY,2338
|
3083
3083
|
esphome/core/gpio.h,sha256=DSM7x0IYxd3w-0NZUy-3tcoGJPt-X64GC6wullwoYcY,2787
|
3084
3084
|
esphome/core/hal.h,sha256=e3qFkax3jfncEusf3kwXCts0Ai7D4XspJgh-VqVDcK4,844
|
3085
|
-
esphome/core/helpers.cpp,sha256=
|
3085
|
+
esphome/core/helpers.cpp,sha256=KM_r3VQY6_qDIHI7Ivskvbr6EWUH8frDoJo5nkW3tV0,23135
|
3086
3086
|
esphome/core/helpers.h,sha256=pT0KcrXuDhY715_xZcZda5_akIb1xPWeiGU3jOVTosA,26502
|
3087
3087
|
esphome/core/log.cpp,sha256=MDCx87ytW6Fz6basxYUpagkubFzUKO1ysvU5RXbXoII,1581
|
3088
3088
|
esphome/core/log.h,sha256=sMwmrs64vOG0G9jIibKJWv_C-COl175T8JymmBVRHWI,6369
|
@@ -3119,9 +3119,9 @@ esphome/dashboard/util/itertools.py,sha256=8eLrWEWmICLtXNxkKdYPQV0c_N4GEz8m9Npnb
|
|
3119
3119
|
esphome/dashboard/util/password.py,sha256=cQz3b9B-ijTe7zS6BeCW0hc3pWv6JjC78jmnycYYAh8,321
|
3120
3120
|
esphome/dashboard/util/subprocess.py,sha256=T8EW6dbU4LPd2DG1dRrdh8li71tt6J1isn411poMhkk,1022
|
3121
3121
|
esphome/dashboard/util/text.py,sha256=ENDnfN4O0NdA3CKVJjQYabFbwbrsIhVKrAMQe53qYu4,534
|
3122
|
-
esphome-2024.7.
|
3123
|
-
esphome-2024.7.
|
3124
|
-
esphome-2024.7.
|
3125
|
-
esphome-2024.7.
|
3126
|
-
esphome-2024.7.
|
3127
|
-
esphome-2024.7.
|
3122
|
+
esphome-2024.7.0b2.dist-info/LICENSE,sha256=HzEjkBInJe44L4WvAOPfhPJJDNj6YbnqFyvGWRzArGM,36664
|
3123
|
+
esphome-2024.7.0b2.dist-info/METADATA,sha256=UFr1ogkAb6DPxpDjjBKl8ax-uyZ4vU1oXGOvIf56U3A,3265
|
3124
|
+
esphome-2024.7.0b2.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
3125
|
+
esphome-2024.7.0b2.dist-info/entry_points.txt,sha256=mIxVNuWtbYzeEcaWCl-AQ-97aBOWbnYBAK8nbF6P4M0,50
|
3126
|
+
esphome-2024.7.0b2.dist-info/top_level.txt,sha256=0GSXEW3cnITpgG3qnsSMz0qoqJHAFyfw7Y8MVtEf1Yk,8
|
3127
|
+
esphome-2024.7.0b2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|