We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e716158 + 96e092b commit 9cadb66Copy full SHA for 9cadb66
custom_components/spacex/binary_sensor.py
@@ -113,7 +113,7 @@ def icon(self):
113
return self._icon
114
115
@property
116
- def device_state_attributes(self):
+ def extra_state_attributes(self):
117
"""Return the attributes."""
118
return self.attrs
119
custom_components/spacex/sensor.py
@@ -251,7 +251,7 @@ def unit_of_measurement(self):
251
return self._unit_of_measure
252
253
254
255
256
coordinator_data = self.coordinator.data
257
starman_data = coordinator_data["starman"]
0 commit comments