-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from N0ciple/dev
merge dev branch for version 0.6.0
- Loading branch information
Showing
4 changed files
with
100 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
"""The Kef for LS50 W2 integration.""" | ||
"""The integration for KEF speakers.""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
{ | ||
"domain": "kef_connector", | ||
"name": "Kef Connector", | ||
"codeowners": [ | ||
"@n0ciple" | ||
], | ||
"config_flow": false, | ||
"version":"0.5.5", | ||
"documentation": "https://github.com/N0ciple/hass-kef-connector", | ||
"integration_type": "device", | ||
"iot_class": "local_polling", | ||
"issue_tracker":"https://github.com/N0ciple/hass-kef-connector/issues", | ||
"requirements": [ | ||
"pykefcontrol==0.5.1" | ||
], | ||
"codeowners": [ | ||
"@n0ciple" | ||
"pykefcontrol==0.7.1" | ||
], | ||
"iot_class": "local_polling" | ||
"version":"0.6.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters