mirror of
https://github.com/home-assistant/core.git
synced 2026-09-26 01:11:51 -04:00
Bump aiomodernforms to 0.3.1 (#180523)
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
380352879c
commit
644438bfdc
@@ -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*",
|
||||
|
||||
Generated
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user