-
-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fe85a71
commit 6de2af1
Showing
2 changed files
with
5 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "simple-thermostat", | ||
"version": "0.12.2", | ||
"version": "0.13.0", | ||
"description": "A different take on the thermostat card for Home Assistant Lovelace UI", | ||
"main": "simple-thermostat.js", | ||
"repository": "[email protected]:nervetattoo/simple-thermostat.git", | ||
|
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,9 +1,9 @@ | ||
{ | ||
"simple-thermostat": { | ||
"updated_at": "2019-01-16", | ||
"version": "0.12.2", | ||
"remote_location": "https://raw.githubusercontent.com/nervetattoo/simple-thermostat/master/simple-thermostat.js", | ||
"version": "0.13.0", | ||
"updated_at": "2019-01-20", | ||
"visit_repo": "https://github.com/nervetattoo/simple-thermostat", | ||
"changelog": "https://github.com/nervetattoo/simple-thermostat/releases/latest" | ||
"remote_location": "https://raw.githubusercontent.com/nervetattoo/simple-thermostat/master/simple-thermostat.js", | ||
"changelog": "https://github.com/nervetattoo/simple-thermostat/releases/tag/0.13.0" | ||
} | ||
} |