esphome 2024.6.0b5__py3-none-any.whl → 2024.6.1__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/debug/debug_libretiny.cpp +1 -1
- esphome/const.py +1 -1
- {esphome-2024.6.0b5.dist-info → esphome-2024.6.1.dist-info}/METADATA +2 -2
- {esphome-2024.6.0b5.dist-info → esphome-2024.6.1.dist-info}/RECORD +8 -8
- {esphome-2024.6.0b5.dist-info → esphome-2024.6.1.dist-info}/LICENSE +0 -0
- {esphome-2024.6.0b5.dist-info → esphome-2024.6.1.dist-info}/WHEEL +0 -0
- {esphome-2024.6.0b5.dist-info → esphome-2024.6.1.dist-info}/entry_points.txt +0 -0
- {esphome-2024.6.0b5.dist-info → esphome-2024.6.1.dist-info}/top_level.txt +0 -0
@@ -12,7 +12,7 @@ std::string DebugComponent::get_reset_reason_() { return lt_get_reboot_reason_na
|
|
12
12
|
uint32_t DebugComponent::get_free_heap_() { return lt_heap_get_free(); }
|
13
13
|
|
14
14
|
void DebugComponent::get_device_info_(std::string &device_info) {
|
15
|
-
|
15
|
+
std::string reset_reason = get_reset_reason_();
|
16
16
|
ESP_LOGD(TAG, "LibreTiny Version: %s", lt_get_version());
|
17
17
|
ESP_LOGD(TAG, "Chip: %s (%04x) @ %u MHz", lt_cpu_get_model_name(), lt_cpu_get_model(), lt_cpu_get_freq_mhz());
|
18
18
|
ESP_LOGD(TAG, "Chip ID: 0x%06X", lt_cpu_get_mac_id());
|
esphome/const.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: esphome
|
3
|
-
Version: 2024.6.
|
3
|
+
Version: 2024.6.1
|
4
4
|
Summary: Make creating custom firmwares for ESP32/ESP8266 super easy.
|
5
5
|
Author-email: The ESPHome Authors <esphome@nabucasa.com>
|
6
6
|
License: MIT
|
@@ -36,7 +36,7 @@ Requires-Dist: pyserial ==3.5
|
|
36
36
|
Requires-Dist: platformio ==6.1.15
|
37
37
|
Requires-Dist: esptool ==4.7.0
|
38
38
|
Requires-Dist: click ==8.1.7
|
39
|
-
Requires-Dist: esphome-dashboard ==
|
39
|
+
Requires-Dist: esphome-dashboard ==20240620.0
|
40
40
|
Requires-Dist: aioesphomeapi ==24.3.0
|
41
41
|
Requires-Dist: zeroconf ==0.132.2
|
42
42
|
Requires-Dist: python-magic ==0.4.27
|
@@ -5,7 +5,7 @@ esphome/codegen.py,sha256=A8O0Jr8qBILHlr7NwPPeW2DSKQ9H5d85j5fOXQw0rSQ,1835
|
|
5
5
|
esphome/config.py,sha256=wztK2UmO7-hc6HFDAi6YWtrPVy5mH0diKuqpsWp4-XA,39616
|
6
6
|
esphome/config_helpers.py,sha256=O7e8KvTpA3i5yjFORNhzPSsVSHDyKmF965b09MHyDWc,3118
|
7
7
|
esphome/config_validation.py,sha256=G79LGVIh5BdpGkzuehkm7Db_llpbC2of4dKqZEpHc3A,64838
|
8
|
-
esphome/const.py,sha256=
|
8
|
+
esphome/const.py,sha256=xhJMd1J0q83zba92AuQKYK6YN8eDmfL0BlUc_5-QoaM,38841
|
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
|
@@ -586,7 +586,7 @@ esphome/components/debug/debug_component.h,sha256=Q1ZL85gLoSk2PJJ9vliOCIYKnAFIqS
|
|
586
586
|
esphome/components/debug/debug_esp32.cpp,sha256=zYGKH5ihTA_TMfLcP4OGzX79-OKrxVLowkj3RUQiRfU,8485
|
587
587
|
esphome/components/debug/debug_esp8266.cpp,sha256=eTj_cCcsHgG5YgtryxZFmM1bN2mHRXLEC1qPkfBDdDY,3145
|
588
588
|
esphome/components/debug/debug_host.cpp,sha256=DeAkj-QT8OPcQykp1Cl98YtnJ28kVd3TDR4LXgs1x-o,396
|
589
|
-
esphome/components/debug/debug_libretiny.cpp,sha256=
|
589
|
+
esphome/components/debug/debug_libretiny.cpp,sha256=18T23svXnWw-__ykQjxoaDQ5jpztW1MHiOWDh_XoTzM,1569
|
590
590
|
esphome/components/debug/debug_rp2040.cpp,sha256=87m3zvm1IB9RaKoMDc6h_TNIgpzkNK6sgrk9Ab6qMkE,602
|
591
591
|
esphome/components/debug/sensor.py,sha256=3j-Ef3oDnryeNsykRnhBalE81ZCjbdqrKvKUxx1TFUI,2709
|
592
592
|
esphome/components/debug/text_sensor.py,sha256=jL5px2vXIw39kdXXbYqq2thB5vQSOqAr332j4rjt02Q,1200
|
@@ -3113,9 +3113,9 @@ esphome/dashboard/util/itertools.py,sha256=8eLrWEWmICLtXNxkKdYPQV0c_N4GEz8m9Npnb
|
|
3113
3113
|
esphome/dashboard/util/password.py,sha256=cQz3b9B-ijTe7zS6BeCW0hc3pWv6JjC78jmnycYYAh8,321
|
3114
3114
|
esphome/dashboard/util/subprocess.py,sha256=T8EW6dbU4LPd2DG1dRrdh8li71tt6J1isn411poMhkk,1022
|
3115
3115
|
esphome/dashboard/util/text.py,sha256=ENDnfN4O0NdA3CKVJjQYabFbwbrsIhVKrAMQe53qYu4,534
|
3116
|
-
esphome-2024.6.
|
3117
|
-
esphome-2024.6.
|
3118
|
-
esphome-2024.6.
|
3119
|
-
esphome-2024.6.
|
3120
|
-
esphome-2024.6.
|
3121
|
-
esphome-2024.6.
|
3116
|
+
esphome-2024.6.1.dist-info/LICENSE,sha256=HzEjkBInJe44L4WvAOPfhPJJDNj6YbnqFyvGWRzArGM,36664
|
3117
|
+
esphome-2024.6.1.dist-info/METADATA,sha256=dzznjmt_HecwKildcmA_qNS4rZW7fjOoHl4r0jegKu8,3263
|
3118
|
+
esphome-2024.6.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
3119
|
+
esphome-2024.6.1.dist-info/entry_points.txt,sha256=mIxVNuWtbYzeEcaWCl-AQ-97aBOWbnYBAK8nbF6P4M0,50
|
3120
|
+
esphome-2024.6.1.dist-info/top_level.txt,sha256=0GSXEW3cnITpgG3qnsSMz0qoqJHAFyfw7Y8MVtEf1Yk,8
|
3121
|
+
esphome-2024.6.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|