Skip to content

Commit

Permalink
Update sensors.py
Browse files Browse the repository at this point in the history
  • Loading branch information
flip555 committed Sep 19, 2023
1 parent 2e9a951 commit 60fb712
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/bms_connector/bms/seplos/v2/sensors.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def state(self):


async def async_update_data():

#Need to generate these, they're all for 0x00 atm .... 42H, 44H, 47H, 51H
V2_COMMAND_ARRAY = {
"0x00": ["~20004642E00200FD37\r", "~20004644E00200FD35\r", "~20004647E00200FD32\r", "~20004651E00200FD37\r"],
Expand Down

0 comments on commit 60fb712

Please sign in to comment.