Bump aiomodernforms to 0.3.1 (#180523)

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
Brian Towles
2026-08-28 15:52:50 -04:00
committed by GitHub
co-authored by Claude Opus 5
parent 380352879c
commit 644438bfdc
4 changed files with 16 additions and 3 deletions
@@ -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(
@@ -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*",
+1 -1
View File
@@ -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
@@ -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,