mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-11-13 04:50:23 +00:00
Minor fixes to quality scale examples (#2536)
This commit is contained in:
@@ -35,7 +35,7 @@ class MySensor(SensorEntity):
|
||||
manufacturer="My Company",
|
||||
model="My Sensor",
|
||||
model_id="ABC-123",
|
||||
via_device={(DOMAIN, device.hub_id)},
|
||||
via_device=(DOMAIN, device.hub_id),
|
||||
)
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user