Fix Samsung syncthru device info (#97843)

Fix Samsung device info
This commit is contained in:
Joost Lekkerkerker 2023-08-05 19:43:22 +02:00 committed by GitHub
parent 249fa513c9
commit 24e4f0169c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(),