mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Remove version string from Ecowitt name (#96498)
* Remove version string from station name * Use model as name
This commit is contained in:
parent
90bdbf503a
commit
6ffb1c3c2d
@ -25,7 +25,7 @@ class EcowittEntity(Entity):
|
|||||||
identifiers={
|
identifiers={
|
||||||
(DOMAIN, sensor.station.key),
|
(DOMAIN, sensor.station.key),
|
||||||
},
|
},
|
||||||
name=sensor.station.station,
|
name=sensor.station.model,
|
||||||
model=sensor.station.model,
|
model=sensor.station.model,
|
||||||
sw_version=sensor.station.version,
|
sw_version=sensor.station.version,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user