From 644438bfdcfad900d9cfb55bddb75c17a1231fe7 Mon Sep 17 00:00:00 2001 From: Brian Towles Date: Fri, 28 Aug 2026 14:52:50 -0500 Subject: [PATCH] Bump aiomodernforms to 0.3.1 (#180523) Co-authored-by: Claude Opus 5 --- .../components/modern_forms/diagnostics.py | 2 +- homeassistant/components/modern_forms/manifest.json | 2 +- requirements_all.txt | 2 +- .../modern_forms/snapshots/test_diagnostics.ambr | 13 +++++++++++++ 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/modern_forms/diagnostics.py b/homeassistant/components/modern_forms/diagnostics.py index b4d3a57631a6..f0190672f8ee 100644 --- a/homeassistant/components/modern_forms/diagnostics.py +++ b/homeassistant/components/modern_forms/diagnostics.py @@ -11,7 +11,7 @@ from .coordinator import ModernFormsConfigEntry REDACT_CONFIG = {CONF_MAC} REDACT_DEVICE_INFO = {"mac_address", "owner"} -REDACT_DEVICE_STATUS = {"schedule", "user_data"} +REDACT_DEVICE_STATUS = {"name", "schedule", "user_data"} async def async_get_config_entry_diagnostics( diff --git a/homeassistant/components/modern_forms/manifest.json b/homeassistant/components/modern_forms/manifest.json index 9dc7b7818deb..de8b351501ad 100644 --- a/homeassistant/components/modern_forms/manifest.json +++ b/homeassistant/components/modern_forms/manifest.json @@ -6,7 +6,7 @@ "documentation": "https://www.home-assistant.io/integrations/modern_forms", "iot_class": "local_polling", "loggers": ["aiomodernforms"], - "requirements": ["aiomodernforms==0.2.0"], + "requirements": ["aiomodernforms==0.3.1"], "zeroconf": [ { "name": "wac*", diff --git a/requirements_all.txt b/requirements_all.txt index 23ba7803a5d8..6c71f202a1c6 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -351,7 +351,7 @@ aiomealie==2.0.0 aiomelcloudhome==0.2.3 # homeassistant.components.modern_forms -aiomodernforms==0.2.0 +aiomodernforms==0.3.1 # homeassistant.components.yamaha_musiccast aiomusiccast==0.15.0 diff --git a/tests/components/modern_forms/snapshots/test_diagnostics.ambr b/tests/components/modern_forms/snapshots/test_diagnostics.ambr index e91a87a1053c..051a35275274 100644 --- a/tests/components/modern_forms/snapshots/test_diagnostics.ambr +++ b/tests/components/modern_forms/snapshots/test_diagnostics.ambr @@ -51,6 +51,19 @@ 'fan_speed': 3, 'fan_timer': None, 'light_brightness': 50, + 'light_color_temp_kelvin': None, + 'light_fixtures': list([ + dict({ + 'address': None, + 'brightness': 50, + 'color_temp_kelvin': None, + 'fixture_type': None, + 'max_color_temp_kelvin': None, + 'min_color_temp_kelvin': None, + 'name': '', + 'on': True, + }), + ]), 'light_on': True, 'light_sleep_timer': 0, 'light_timer': None,