esphome 2025.2.0b4__py3-none-any.whl → 2025.2.0b5__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.
@@ -1,12 +1,11 @@
1
1
  from __future__ import annotations
2
2
 
3
3
  import asyncio
4
- import logging
5
4
  from datetime import datetime
6
- from typing import Any
5
+ import logging
6
+ from typing import TYPE_CHECKING, Any
7
7
 
8
8
  from aioesphomeapi import APIClient
9
- from aioesphomeapi.api_pb2 import SubscribeLogsResponse
10
9
  from aioesphomeapi.log_runner import async_run
11
10
 
12
11
  from esphome.const import CONF_KEY, CONF_PASSWORD, CONF_PORT, __version__
@@ -14,6 +13,12 @@ from esphome.core import CORE
14
13
 
15
14
  from . import CONF_ENCRYPTION
16
15
 
16
+ if TYPE_CHECKING:
17
+ from aioesphomeapi.api_pb2 import (
18
+ SubscribeLogsResponse, # pylint: disable=no-name-in-module
19
+ )
20
+
21
+
17
22
  _LOGGER = logging.getLogger(__name__)
18
23
 
19
24
 
@@ -5,8 +5,8 @@ import os
5
5
  from pathlib import Path
6
6
  import re
7
7
 
8
+ import esphome_glyphsets as glyphsets
8
9
  import freetype
9
- import glyphsets
10
10
  import requests
11
11
 
12
12
  from esphome import core, external_files
esphome/const.py CHANGED
@@ -1,6 +1,6 @@
1
1
  """Constants used by esphome."""
2
2
 
3
- __version__ = "2025.2.0b4"
3
+ __version__ = "2025.2.0b5"
4
4
 
5
5
  ALLOWED_NAME_CHARS = "abcdefghijklmnopqrstuvwxyz0123456789-_"
6
6
  VALID_SUBSTITUTIONS_CHARACTERS = (
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: esphome
3
- Version: 2025.2.0b4
3
+ Version: 2025.2.0b5
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
@@ -37,11 +37,11 @@ Requires-Dist: platformio ==6.1.16
37
37
  Requires-Dist: esptool ==4.7.0
38
38
  Requires-Dist: click ==8.1.7
39
39
  Requires-Dist: esphome-dashboard ==20250212.0
40
- Requires-Dist: aioesphomeapi ==24.6.2
40
+ Requires-Dist: aioesphomeapi ==29.1.0
41
41
  Requires-Dist: zeroconf ==0.144.3
42
42
  Requires-Dist: puremagic ==1.27
43
43
  Requires-Dist: ruamel.yaml ==0.18.6
44
- Requires-Dist: glyphsets ==1.0.0
44
+ Requires-Dist: esphome-glyphsets ==0.1.0
45
45
  Requires-Dist: pillow ==10.4.0
46
46
  Requires-Dist: freetype-py ==2.5.1
47
47
  Requires-Dist: kconfiglib ==13.7.1
@@ -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=Yt5frKkqVq8ExHPX2iRo4-PxqldQiVSwBYqf1rATXn0,40664
8
+ esphome/const.py,sha256=hqtz7jvlHKEFQ5No6in_hLcnRrTKLrw9K0IEUtYjQX8,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
@@ -193,7 +193,7 @@ esphome/components/api/api_pb2_service.cpp,sha256=xYIanFE-N_3LRJgp-1_5Ey88_BMlYZ
193
193
  esphome/components/api/api_pb2_service.h,sha256=XgdMInOdOxFQZ0X7EDt8rQWX9Z0TSS2LDWsga5vNckg,22581
194
194
  esphome/components/api/api_server.cpp,sha256=ckb6InKfGJg4TPMBQWMmTO_fn_xpdqAuC7lzvs903gs,11308
195
195
  esphome/components/api/api_server.h,sha256=huBKkSTXYFs9BMiLQ724A6oSSBe4WF-kS2rFMi-uYbg,5326
196
- esphome/components/api/client.py,sha256=UOxu9LsM1fprWq6TmSbSEkvD0mSZjJFVXZxXllMPt8s,1775
196
+ esphome/components/api/client.py,sha256=FP3VX0AVCQWbIH7v33umEV68_3tRVTJ4XuWFCR5jAV0,1868
197
197
  esphome/components/api/custom_api_device.h,sha256=CyFBolpdvgrJ0vrHUwcHzUh5SV4Fh5296ro4w8e19MQ,7454
198
198
  esphome/components/api/homeassistant_service.h,sha256=QW9OvbYwXaunBEEYU546YqnwQjmPxtacGyf5VRcbGFo,2814
199
199
  esphome/components/api/list_entities.cpp,sha256=j5fMC4sfAnVOVqI9-HnilB65JytaVWx6wmMAkcdnBOw,3908
@@ -949,7 +949,7 @@ esphome/components/fingerprint_grow/binary_sensor.py,sha256=NeVcqVCpmjGdnfimIIWS
949
949
  esphome/components/fingerprint_grow/fingerprint_grow.cpp,sha256=xtHEpnp1Ei_5s5SS5Vfxt8vG_PoPMmeUjbOQHWrn5G0,18675
950
950
  esphome/components/fingerprint_grow/fingerprint_grow.h,sha256=UEkLR4Cqas_XYlTLAwscXCAMRoprWeQZEZ_3vTsI-BM,11206
951
951
  esphome/components/fingerprint_grow/sensor.py,sha256=eazvZvdtt1Rl8o3Aw6eYKn-kb2sNDfZKHegxpFFdQeg,2244
952
- esphome/components/font/__init__.py,sha256=UffNdpZ8qzYXqi3Z1KN5m2Vf_9q_Q5bjgB-JN_H-MYw,19227
952
+ esphome/components/font/__init__.py,sha256=tDeQCDXzBKW7urP6t_MTOsMlF9UKC9xh6m3E4nAS5dw,19248
953
953
  esphome/components/font/font.cpp,sha256=xORioLApiap2sPwx4d5uMTQNx5-OUIYSB8pt0uHx0IU,5413
954
954
  esphome/components/font/font.h,sha256=jTeGf7Osax98Tbs9TeZ01Ta3P2FZt-wWar1bybMFc20,2009
955
955
  esphome/components/fs3000/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -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.0b4.dist-info/LICENSE,sha256=HzEjkBInJe44L4WvAOPfhPJJDNj6YbnqFyvGWRzArGM,36664
3438
- esphome-2025.2.0b4.dist-info/METADATA,sha256=pPJiQfBE5OqDQeMKhL8qc4RfVMvFWJWzIJIrU_-KJQg,3683
3439
- esphome-2025.2.0b4.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
3440
- esphome-2025.2.0b4.dist-info/entry_points.txt,sha256=mIxVNuWtbYzeEcaWCl-AQ-97aBOWbnYBAK8nbF6P4M0,50
3441
- esphome-2025.2.0b4.dist-info/top_level.txt,sha256=0GSXEW3cnITpgG3qnsSMz0qoqJHAFyfw7Y8MVtEf1Yk,8
3442
- esphome-2025.2.0b4.dist-info/RECORD,,
3437
+ esphome-2025.2.0b5.dist-info/LICENSE,sha256=HzEjkBInJe44L4WvAOPfhPJJDNj6YbnqFyvGWRzArGM,36664
3438
+ esphome-2025.2.0b5.dist-info/METADATA,sha256=SAgVFt6meBGHmdWe9sqHCzzoX9AQXQTR180CmOAUCCg,3691
3439
+ esphome-2025.2.0b5.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
3440
+ esphome-2025.2.0b5.dist-info/entry_points.txt,sha256=mIxVNuWtbYzeEcaWCl-AQ-97aBOWbnYBAK8nbF6P4M0,50
3441
+ esphome-2025.2.0b5.dist-info/top_level.txt,sha256=0GSXEW3cnITpgG3qnsSMz0qoqJHAFyfw7Y8MVtEf1Yk,8
3442
+ esphome-2025.2.0b5.dist-info/RECORD,,