Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon committed Mar 14, 2024
1 parent 8c95b09 commit 2f99181
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/echonetlite/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,6 @@ async def async_update(self):

async def async_set_on_timer_time(self, timer_time):
val = str(timer_time).split(":")
hh_mm = ":".join([val[0], val[1]])
mes = {"EPC": 0x91, "PDC": 0x02, "EDT": int(val[0]) * 256 + int(val[1])}
if await self._connector._instance.setMessages([mes]):
pass
Expand Down

0 comments on commit 2f99181

Please sign in to comment.