From 4ba765f26596bd6316aa1a1bb2091d9c1da7e8d8 Mon Sep 17 00:00:00 2001 From: Maciej Bieniek Date: Mon, 6 Oct 2025 06:52:15 +0200 Subject: [PATCH] Add Shelly Wall Display XL to the list of devices without firmware changelog (#153781) --- homeassistant/components/shelly/const.py | 2 ++ tests/components/shelly/snapshots/test_devices.ambr | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/shelly/const.py b/homeassistant/components/shelly/const.py index 5606d3a8ce9..d99be1b0eb3 100644 --- a/homeassistant/components/shelly/const.py +++ b/homeassistant/components/shelly/const.py @@ -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, diff --git a/tests/components/shelly/snapshots/test_devices.ambr b/tests/components/shelly/snapshots/test_devices.ambr index 90ac21d1b84..06b9acedf03 100644 --- a/tests/components/shelly/snapshots/test_devices.ambr +++ b/tests/components/shelly/snapshots/test_devices.ambr @@ -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': , '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': , 'title': None,