Skip to content

Commit

Permalink
change domain to weishaupt_modbus,
Browse files Browse the repository at this point in the history
introduce prefix
  • Loading branch information
MadOne committed Oct 23, 2024
1 parent 0332b89 commit 92556c5
Show file tree
Hide file tree
Showing 3 changed files with 434 additions and 433 deletions.
3 changes: 2 additions & 1 deletion custom_components/weishaupt_modbus/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@

@dataclass(frozen=True)
class MainConstants:
DOMAIN = "weishaupt_wbb"
DOMAIN = "weishaupt_modbus"
SCAN_INTERVAL = timedelta(minutes=1)
UNIQUE_ID = "unique_id"
APPID = 100
KENNFELDFILE = "weishaupt_wbb_kennfeld.json"
PREFIX = "weishaupt_wbb"


CONST = MainConstants()
Expand Down
Loading

0 comments on commit 92556c5

Please sign in to comment.