Skip to content

Commit b66efc6

Browse files
authored
Remove defaults for entity model, name and manufacturer (#170)
* Ensure that model is a string Using an AwesomeVersion object for this leads to errors when Home Assistant adds the device to its registry. * Do not set name, model, or manufacturer
1 parent e792651 commit b66efc6

File tree

1 file changed

+0
-3
lines changed
  • custom_components/integration_blueprint

1 file changed

+0
-3
lines changed

custom_components/integration_blueprint/entity.py

-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,4 @@ def __init__(self, coordinator: BlueprintDataUpdateCoordinator) -> None:
2525
coordinator.config_entry.entry_id,
2626
),
2727
},
28-
name=coordinator.config_entry.runtime_data.integration.name,
29-
model=coordinator.config_entry.runtime_data.integration.version,
30-
manufacturer=coordinator.config_entry.runtime_data.integration.name,
3128
)

0 commit comments

Comments
 (0)