fix 8x10A fw

This commit is contained in:
pszafer
2025-11-30 11:03:26 +01:00
parent a33a14bae4
commit 26bae1d1f3
2 changed files with 4 additions and 5 deletions

View File

@@ -110,7 +110,7 @@ packages:
# - path: sdm630.yaml
dashboard_import:
package_import_url: github://boneIO-eu/esphome/boneio-8x10A_gen2-v0_1.yaml@main
package_import_url: github://boneIO-eu/esphome/boneio-8x10A_gen2-v0_1.yaml@latest
import_full_config: true
pcf8574:

View File

@@ -20,7 +20,6 @@ firmware_destination2 = "../esphome_uploader/firmware"
# Lista plików do wykluczenia z przetwarzania
exclude_files = [
"boneio-8x10A_v0_1.yaml",
"dimmer_gen2_can.yaml",
"dimmer_gen2_emc.yaml",
"dev-boneio-32x10_lights_v0_9.yaml"
@@ -33,15 +32,15 @@ exclude_files = [
]
include_files = [
"boneio-dimmer_gen2_4cct-v0_1.yaml",
"boneio-dimmer_gen2_2rgbw-v0_1.yaml",
"boneio-8x10A_gen2_lights-v0_1.yaml",
# "boneio-dimmer_gen2_2rgbw-v0_1.yaml",
]
def json_pattern(firmware_name, chip_family="ESP32"):
return {
"name": "ESPHome",
"version": "2025.10.2",
"version": "2025.11.2",
"home_assistant_domain": "esphome",
"funding_url": "https://esphome.io/guides/supporters.html",
"new_install_prompt_erase": False,