Skip to content

Commit

Permalink
Updates for HACS
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesalz committed Aug 26, 2024
1 parent 50d79ee commit 0f623a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion custom_components/sleepme_thermostat/hacs.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"name": "SleepMe Thermostat Integration"
"name": "SleepMe Thermostat"
}
11 changes: 6 additions & 5 deletions custom_components/sleepme_thermostat/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"domain": "sleepme_thermostat",
"name": "SleepMe Thermostat",
"version": "2.1.1",
"documentation": "https://github.com/rsampayo/sleepme_thermostat",
"codeowners": ["@rsampayo", "@mikesalz"],
"config_flow": true,
"dependencies": [],
"codeowners": ["@rsampayo"],
"requirements": [],
"documentation": "https://github.com/rsampayo/sleepme_thermostat",
"integration_type": "device",
"iot_class": "cloud_polling",
"config_flow": true
"issue_tracker": "https://github.com/rsampayo/sleepme_thermostat/issues",
"requirements": [],
"version": "2.1.1"
}

0 comments on commit 0f623a7

Please sign in to comment.