Skip to content

Commit

Permalink
Fix renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
rikroe committed Jul 28, 2024
1 parent 5b1da5c commit 60d3966
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/cometblue/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from typing import Final

DOMAIN: Final = "cometblue_custom_component"
DOMAIN: Final = "cometblue"
DEFAULT_NAME: Final = "Eurotronic CometBlue"

CONF_DEVICE_NAME: Final = "device_name"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/cometblue/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"domain": "cometblue_custom_component",
"domain": "cometblue",
"name": "Eurotronic Comet Blue",
"bluetooth": [
{
Expand Down

0 comments on commit 60d3966

Please sign in to comment.