mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-06-22 10:06:29 +00:00
Minor fixes to quality scale examples (#2536)
This commit is contained in:
parent
c9c63ca119
commit
006feeda9a
@ -35,7 +35,7 @@ class MySensor(SensorEntity):
|
|||||||
manufacturer="My Company",
|
manufacturer="My Company",
|
||||||
model="My Sensor",
|
model="My Sensor",
|
||||||
model_id="ABC-123",
|
model_id="ABC-123",
|
||||||
via_device={(DOMAIN, device.hub_id)},
|
via_device=(DOMAIN, device.hub_id),
|
||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user