Remove version string from Ecowitt name (#96498)

* Remove version string from station name

* Use model as name
pull/96896/head
Joost Lekkerkerker 2023-07-19 11:19:57 +02:00 committed by GitHub
parent 90bdbf503a
commit 6ffb1c3c2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class EcowittEntity(Entity):
identifiers={
(DOMAIN, sensor.station.key),
},
name=sensor.station.station,
name=sensor.station.model,
model=sensor.station.model,
sw_version=sensor.station.version,
)