Skip to content

Commit

Permalink
Rename component for dual-use
Browse files Browse the repository at this point in the history
  • Loading branch information
rikroe committed May 7, 2020
1 parent 8fb127e commit df3d050
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Constants for the BMW ConnectedDrive integration."""

DOMAIN = "bmw_connected_drive"
DOMAIN = "bmw_connecteddrive"

CONF_REGION = "region"
CONF_ALLOWED_REGIONS = ["china", "north_america", "rest_of_world"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"domain": "bmw_connected_drive",
"domain": "bmw_connecteddrive",
"name": "BMW ConnectedDrive",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/bmw_connecteddrive",
Expand Down

0 comments on commit df3d050

Please sign in to comment.