Skip to content

Commit

Permalink
align LTS with HA core
Browse files Browse the repository at this point in the history
  • Loading branch information
vingerha committed May 26, 2024
1 parent c037f72 commit 4c36a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/hass_ws.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def __init__(self, action, pce, url, ssl, ssl_data, token, sensor, unit, data):
self.unit = unit
self.data = data
self.action = action
self.domain = "gazpar_2_mqtt"
self.domain = "gazpar"
self.id = 1
self.current_stats = []
if self.load_config():
Expand Down

0 comments on commit 4c36a3f

Please sign in to comment.