1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-15 07:36:16 +00:00

Add Shelly Wall Display XL to the list of devices without firmware changelog (#153781)

This commit is contained in:
Maciej Bieniek
2025-10-06 06:52:15 +02:00
committed by GitHub
parent 50a7af4179
commit 4ba765f265
2 changed files with 4 additions and 2 deletions

View File

@@ -26,6 +26,7 @@ from aioshelly.const import (
MODEL_VINTAGE_V2,
MODEL_WALL_DISPLAY,
MODEL_WALL_DISPLAY_X2,
MODEL_WALL_DISPLAY_XL,
)
from homeassistant.components.number import NumberMode
@@ -261,6 +262,7 @@ GEN2_BETA_RELEASE_URL = f"{GEN2_RELEASE_URL}#unreleased"
DEVICES_WITHOUT_FIRMWARE_CHANGELOG = (
MODEL_WALL_DISPLAY,
MODEL_WALL_DISPLAY_X2,
MODEL_WALL_DISPLAY_XL,
MODEL_MOTION,
MODEL_MOTION_2,
MODEL_VALVE,

View File

@@ -5887,7 +5887,7 @@
'installed_version': '2.4.4',
'latest_version': '2.4.4',
'release_summary': None,
'release_url': 'https://shelly-api-docs.shelly.cloud/gen2/changelog/#unreleased',
'release_url': None,
'skipped_version': None,
'supported_features': <UpdateEntityFeature: 5>,
'title': None,
@@ -5948,7 +5948,7 @@
'installed_version': '2.4.4',
'latest_version': '2.4.4',
'release_summary': None,
'release_url': 'https://shelly-api-docs.shelly.cloud/gen2/changelog/',
'release_url': None,
'skipped_version': None,
'supported_features': <UpdateEntityFeature: 5>,
'title': None,