Skip to content

Commit

Permalink
Naming update
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Wieskamp committed Feb 21, 2024
1 parent a1373de commit 1e8f7ba
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions custom_components/glentronics/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
import aiohttp
import async_timeout

from .const import DOMAIN

API_URL = "https://api.glentronicsconnect.com"
API_USERNAME = "Glentronics"
API_PASSWORD = "API201622@"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/glentronics/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"issue_tracker": "https://github.com/theOrakle/glentronics/issues",
"loggers": ["custom_components.glentronics"],
"requirements": [],
"version": "1.0.3",
"version": "1.0.4",
"dependencies": [],
"codeowners": ["@theOrakle"]
}
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "glentronics",
"name": "Glentronics",
"domains": ["binary_sensor", "sensor"],
"homeassistant": "2023.1.0",
"iot_class": "Cloud Polling",
Expand Down

0 comments on commit 1e8f7ba

Please sign in to comment.