Skip to content

Commit

Permalink
Rename domain
Browse files Browse the repository at this point in the history
  • Loading branch information
cyr-ius committed Aug 25, 2023
1 parent ee2e97a commit e3a5705
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/bbox2/const.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Constants for the Bouygues Bbox integration."""

DOMAIN = "bbox2"
DOMAIN = "bbox"
BBOX_URL = "mabbox.bytel.fr"
CONF_PASSWORD = "password"
CONF_HOST = "host"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/bbox2/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def __init__(self, coordinator: BboxDataUpdateCoordinator, description) -> None:
# "connections": {
# (
# CONNECTION_NETWORK_MAC,
# finditem(coordinator.data, "device_info.hosts.macaddress"),
# finditem(coordinator.data, "device_info.hosts.macaddress", "01:02:03:04:05:06"),
# )
# },
"manufacturer": MANUFACTURER,
Expand Down
2 changes: 1 addition & 1 deletion custom_components/bbox2/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"domain": "bbox2",
"domain": "bbox",
"name": "Bouygues Bbox",
"codeowners": ["@cyr-ius"],
"config_flow": true,
Expand Down

0 comments on commit e3a5705

Please sign in to comment.