Skip to content

Commit

Permalink
fixes #61
Browse files Browse the repository at this point in the history
  • Loading branch information
joBr99 authored Mar 24, 2022
1 parent 48ed2da commit 5566f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nspanel-lovelace-ui/nspanel-lovelace-ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ def handle_button_press(self, entity_id, btype, optVal=None):

if btype == "tempUpd":
temp = int(optVal)/10
self.api.get_entity(msg[3]).call_service("set_temperature", temperature=temp)
self.api.get_entity(entity_id).call_service("set_temperature", temperature=temp)

def generate_page(self, page_number):
# get type of page
Expand Down

0 comments on commit 5566f20

Please sign in to comment.