Skip to content

Commit

Permalink
Fixed naming
Browse files Browse the repository at this point in the history
  • Loading branch information
nidble committed Apr 29, 2024
1 parent 6c93197 commit 42d11b1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import Final

DOMAIN = "inim_alarm"
DOMAIN = "inim"

CONF_CLIENT_ID: Final = "client_id"
CONF_DEVICE_ID: Final = "device_id"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"config_flow": false,
"dependencies": [],
"documentation": "https://github.com/nidble/inim_alarm/",
"domain": "inim_alarm",
"domain": "inim",
"iot_class": "cloud_polling",
"name": "Inim Alarm",
"requirements": [
Expand Down

0 comments on commit 42d11b1

Please sign in to comment.