Skip to content

Commit

Permalink
debug last message received
Browse files Browse the repository at this point in the history
  • Loading branch information
grimmpp committed Feb 13, 2024
1 parent 9dd8f67 commit 664bad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/eltako/binary_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ async def async_setup_entry(
async_add_entities(entities)


class EltakoBinarySensor(EltakoEntity, BinarySensorEntity, RestoreEntity):
class EltakoBinarySensor(BinarySensorEntity, EltakoEntity, RestoreEntity):
"""Representation of Eltako binary sensors such as wall switches.
Supported EEPs (EnOcean Equipment Profiles):
Expand Down

0 comments on commit 664bad5

Please sign in to comment.