Bump esphome to 2024.12

This commit is contained in:
Adam Goldsmith 2024-12-19 16:37:09 -05:00
parent 5ea6d0fc37
commit 3b09b8bfae
2 changed files with 10 additions and 10 deletions

18
pdm.lock generated
View File

@ -5,7 +5,7 @@
groups = ["default"] groups = ["default"]
strategy = ["inherit_metadata"] strategy = ["inherit_metadata"]
lock_version = "4.5.0" lock_version = "4.5.0"
content_hash = "sha256:6759048e19d9a94c469a867dc7a105e1d97c0278404d4c48f8177392d4a79002" content_hash = "sha256:ec3c411fede9c8f9de99b6a1b2302a9b4e5f349ba8ebad82380674be7c9c8fde"
[[metadata.targets]] [[metadata.targets]]
requires_python = ">=3.10" requires_python = ">=3.10"
@ -482,9 +482,9 @@ files = [
[[package]] [[package]]
name = "esphome" name = "esphome"
version = "2024.11.1" version = "2024.12.1"
requires_python = ">=3.9.0" requires_python = ">=3.9.0"
summary = "Make creating custom firmwares for ESP32/ESP8266 super easy." summary = "ESPHome is a system to configure your microcontrollers by simple yet powerful configuration files and control them remotely through Home Automation systems."
groups = ["default"] groups = ["default"]
dependencies = [ dependencies = [
"PyYAML==6.0.2", "PyYAML==6.0.2",
@ -494,7 +494,7 @@ dependencies = [
"click==8.1.7", "click==8.1.7",
"colorama==0.4.6", "colorama==0.4.6",
"cryptography==43.0.0", "cryptography==43.0.0",
"esphome-dashboard==20241120.0", "esphome-dashboard==20241217.1",
"esptool==4.7.0", "esptool==4.7.0",
"freetype-py==2.5.1", "freetype-py==2.5.1",
"glyphsets==1.0.0", "glyphsets==1.0.0",
@ -514,18 +514,18 @@ dependencies = [
"zeroconf==0.132.2", "zeroconf==0.132.2",
] ]
files = [ files = [
{file = "esphome-2024.11.1-py3-none-any.whl", hash = "sha256:315c082c49092143448ad5ea5e920b8282225f0be4d411dbd755c551fefbec91"}, {file = "esphome-2024.12.1-py3-none-any.whl", hash = "sha256:caea29171c40ef4e627c7ca00c3aa78430285b8b9ad3a5ec08fa12895a38892b"},
{file = "esphome-2024.11.1.tar.gz", hash = "sha256:40f2c3d4b1148b296ce68c163e6b698ad842ae93a979242ef7bba2bc8b06a5ff"}, {file = "esphome-2024.12.1.tar.gz", hash = "sha256:86aee587ccb760c5122ec79d0448f1845695b444552df39b989ece7c80b5f781"},
] ]
[[package]] [[package]]
name = "esphome-dashboard" name = "esphome-dashboard"
version = "20241120.0" version = "20241217.1"
summary = "ESPHome dashboard" summary = "ESPHome dashboard"
groups = ["default"] groups = ["default"]
files = [ files = [
{file = "esphome_dashboard-20241120.0-py3-none-any.whl", hash = "sha256:5a2b54440879f314f99164d76eb1b056a6091e0aebc8b5232637972a02b275fc"}, {file = "esphome_dashboard-20241217.1-py3-none-any.whl", hash = "sha256:3f08a16b203fb67c0bfaac7032b865002ee4e843a7c148f1fc65704a0b9174fb"},
{file = "esphome_dashboard-20241120.0.tar.gz", hash = "sha256:ffaca722250d75bec945c32edb4187dfa44d1dc7931657a09691375ad2c44b89"}, {file = "esphome_dashboard-20241217.1.tar.gz", hash = "sha256:fc996c6e76dcf41af66cad79f95b8e8c2620920dc49b191a1ff3ac9e4bb2a42a"},
] ]
[[package]] [[package]]

View File

@ -8,7 +8,7 @@ authors = [
{name = "Adam Goldsmith", email = "adam@adamgoldsmith.name"}, {name = "Adam Goldsmith", email = "adam@adamgoldsmith.name"},
] ]
dependencies = [ dependencies = [
"esphome~=2024.11", "esphome~=2024.12",
"tornado~=6.4", "tornado~=6.4",
"esptool~=4.7", "esptool~=4.7",
"pip~=24.3", "pip~=24.3",