Skip to content

Commit

Permalink
Fix 'device info needs to either describe a device' issue (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
DCSBL authored Sep 7, 2023
1 parent a46b07d commit 696eddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/frank_energie/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def __init__(
self._attr_device_info = DeviceInfo(
identifiers=device_info_identifiers,
name=f"Frank Energie - {description.service_name}",
default_manufacturer="Frank Energie",
manufacturer="Frank Energie",
entry_type=DeviceEntryType.SERVICE,
configuration_url="https://www.frankenergie.nl/goedkoop",
)
Expand Down

0 comments on commit 696eddb

Please sign in to comment.