mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
committed by
GitHub
parent
249fa513c9
commit
24e4f0169c
@@ -67,7 +67,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
|
||||
config_entry_id=entry.entry_id,
|
||||
configuration_url=printer.url,
|
||||
connections=device_connections(printer),
|
||||
default_manufacturer="Samsung",
|
||||
manufacturer="Samsung",
|
||||
identifiers=device_identifiers(printer),
|
||||
model=printer.model(),
|
||||
name=printer.hostname(),
|
||||
|
Reference in New Issue
Block a user