Do not show the firmware changelog for Shelly Wall Display X2 update entities (#141457)

There is no firmware changelog for Wall Display X2
This commit is contained in:
Maciej Bieniek 2025-03-26 12:11:09 +01:00 committed by GitHub
parent ed7c864869
commit 53990f8fad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,6 +25,7 @@ from aioshelly.const import (
MODEL_VALVE,
MODEL_VINTAGE_V2,
MODEL_WALL_DISPLAY,
MODEL_WALL_DISPLAY_X2,
)
from homeassistant.components.number import NumberMode
@ -245,6 +246,7 @@ GEN2_RELEASE_URL = "https://shelly-api-docs.shelly.cloud/gen2/changelog/"
GEN2_BETA_RELEASE_URL = f"{GEN2_RELEASE_URL}#unreleased"
DEVICES_WITHOUT_FIRMWARE_CHANGELOG = (
MODEL_WALL_DISPLAY,
MODEL_WALL_DISPLAY_X2,
MODEL_MOTION,
MODEL_MOTION_2,
MODEL_VALVE,