Skip to content

Commit

Permalink
fix: integration domain
Browse files Browse the repository at this point in the history
  • Loading branch information
EuleMitKeule committed Mar 6, 2023
1 parent caf736b commit c222307
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/estimenergy_integration/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from homeassistant.const import Platform

PLATFORM = Platform.SENSOR
DOMAIN = "estimenergy"
DOMAIN = "estimenergy_integration"

CONF_HOST = "host"
CONF_PORT = "port"
2 changes: 1 addition & 1 deletion custom_components/estimenergy_integration/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"domain": "estimenergy",
"domain": "estimenergy_integration",
"name": "EstimEnergy",
"codeowners": ["@eulemitkeule", "@mifiamigahna"],
"config_flow": true,
Expand Down

0 comments on commit c222307

Please sign in to comment.