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