mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
parent
249fa513c9
commit
24e4f0169c
@ -67,7 +67,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
|
|||||||
config_entry_id=entry.entry_id,
|
config_entry_id=entry.entry_id,
|
||||||
configuration_url=printer.url,
|
configuration_url=printer.url,
|
||||||
connections=device_connections(printer),
|
connections=device_connections(printer),
|
||||||
default_manufacturer="Samsung",
|
manufacturer="Samsung",
|
||||||
identifiers=device_identifiers(printer),
|
identifiers=device_identifiers(printer),
|
||||||
model=printer.model(),
|
model=printer.model(),
|
||||||
name=printer.hostname(),
|
name=printer.hostname(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user