We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c29e06a commit ce6d245Copy full SHA for ce6d245
custom_components/xiaomi_miio_airconditioningcompanion/climate.py
@@ -299,8 +299,6 @@ async def _async_update_power_state(self, state):
299
300
async def _async_sensor_changed(self, event):
301
"""Handle temperature changes."""
302
- entity_id = event.data["entity_id"]
303
- old_state = event.data["old_state"]
304
new_state = event.data["new_state"]
305
if new_state is None:
306
return
0 commit comments