Skip to content

Commit

Permalink
Merge pull request #22 from Amateur-God/domain-fix
Browse files Browse the repository at this point in the history
fix domain to remove capital letter
  • Loading branch information
Amateur-God authored Jun 22, 2024
2 parents b596228 + 59dcd09 commit f8b2108
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/technitiumdns/const.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Constants for the TechnitiumDNS integration."""

DOMAIN = "Technitiumdns"
DOMAIN = "technitiumdns"

DURATION_OPTIONS = ["LastHour", "LastDay", "LastWeek", "LastMonth"]

Expand Down
2 changes: 1 addition & 1 deletion custom_components/technitiumdns/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"domain": "Technitiumdns",
"domain": "technitiumdns",
"name": "TechnitiumDNS",
"codeowners": [
"@Amateur-God"
Expand Down

0 comments on commit f8b2108

Please sign in to comment.