mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
Adds missing name property to KNX weather device (#39547)
This commit is contained in:
@@ -23,6 +23,11 @@ class KNXWeather(WeatherEntity):
|
||||
"""Initialize of a KNX sensor."""
|
||||
self.device = device
|
||||
|
||||
@property
|
||||
def name(self):
|
||||
"""Return the name of the weather device."""
|
||||
return self.device.name
|
||||
|
||||
@property
|
||||
def temperature(self):
|
||||
"""Return current temperature."""
|
||||
|
Reference in New Issue
Block a user