We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85654ff + e14d8d1 commit 0d5abd7Copy full SHA for 0d5abd7
custom_components/airthings_wave/manifest.json
@@ -1,7 +1,7 @@
1
{
2
"domain": "airthings_wave",
3
"name": "Airthings Wave",
4
- "version": "3.0.4",
+ "version": "3.0.5",
5
"documentation": "https://github.com/custom-components/sensor.airthings_wave/",
6
"issue_tracker": "https://github.com/custom-components/sensor.airthings_wave/issues",
7
"dependencies": [],
custom_components/airthings_wave/sensor.py
@@ -260,7 +260,7 @@ def unique_id(self):
260
return self._name
261
262
@property
263
- def device_state_attributes(self):
+ def extra_state_attributes(self):
264
"""Return the state attributes of the sensor."""
265
attributes = self._sensor_specifics.get_extra_attributes(self._state)
266
try:
0 commit comments