mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
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:
parent
ed7c864869
commit
53990f8fad
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user