Bump esphome to 2024.10

This commit is contained in:
Adam Goldsmith 2024-11-08 21:55:41 -05:00
parent 850982809e
commit 8db29c27f7
2 changed files with 479 additions and 298 deletions

767
pdm.lock

File diff suppressed because it is too large Load Diff

View File

@ -1,18 +1,18 @@
[tool.pdm]
[project]
name = ""
version = ""
name = "cms-esphome"
version = "0.1.0"
description = ""
authors = [
{name = "Adam Goldsmith", email = "adam@adamgoldsmith.name"},
]
dependencies = [
"esphome~=2024.7",
"esphome~=2024.10",
"tornado~=6.4",
"esptool~=4.7",
"pip~=24.1",
"setuptools~=71.1",
"pip~=24.3",
"setuptools~=75.3",
]
requires-python = ">=3.10"
license = {text = "MIT"}