forked from hacs/integration
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge next into master for 0.11.0 (hacs#208)
* New loader * view * file update * restore changes * abc * Move more info * Fix missing description * store more data * cleanup * fix loading * logs * abc * fix 3->4 migration * component -> integration * Fixed typo in error message (hacs#206) * Limit API calls * fix sensor * Fix beta issues * select version * limit saves * Fix issue for release asset * 0.11.0
- Loading branch information
Showing
45 changed files
with
1,154 additions
and
642 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
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
13 changes: 13 additions & 0 deletions
13
custom_components/hacs/frontend/elements/custom_message.html
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<div class='container'> | ||
<div class="row"> | ||
<div class="col s12"> | ||
<div class="card-panel orange darken-4"> | ||
<div class="card-content white-text"> | ||
<span> | ||
{MESSAGE} | ||
</span> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
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
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<div class='hacs-overview-container'> | ||
<h5>{TYPE}</h5> | ||
<div class='hacs-card-container'> | ||
{CARDS} | ||
</div></div></br></br> |
19 changes: 19 additions & 0 deletions
19
custom_components/hacs/frontend/elements/overview/table.html
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<div class='hacs-overview-container'> | ||
<div class="row"> | ||
<h5>{TYPE}</h5> | ||
<table class="hacs-table"> | ||
<thead> | ||
<tr> | ||
<th>Status</th> | ||
<th>Name</th> | ||
<th class="smal-hide">Description</th> | ||
<th class="smal-hide">Installed</th> | ||
<th class="smal-hide">Available</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
{ROWS} | ||
</tbody> | ||
</table> | ||
</div> | ||
</div> |
8 changes: 8 additions & 0 deletions
8
custom_components/hacs/frontend/elements/repository/card_overview.html
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<a href="{API}/{ID}" class="hacs-card" onclick="toggleLoading()"> | ||
<div class="hacs-card overview"> | ||
<span class="hacs-card-title">{ICON} {NAME}</span> | ||
<span class="hacs-card-content"> | ||
<p>{DESCRIPTION}</p> | ||
</span> | ||
</div> | ||
</a> |
11 changes: 11 additions & 0 deletions
11
custom_components/hacs/frontend/elements/repository/card_store.html
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<a href="{API}/{ID}" class="hacs-card" onclick="toggleLoading()"> | ||
<div class="hacs-card overview"> | ||
<!--{TOPICS}--> | ||
<!--{AUTHORES}--> | ||
<!--{REPOSITORY_NAME}--> | ||
<span class="hacs-card-title">{ICON} {NAME} {BADGE}</span> | ||
<span class="hacs-card-content"> | ||
<p>{DESCRIPTION}</p> | ||
</span> | ||
</div> | ||
</a> |
13 changes: 13 additions & 0 deletions
13
custom_components/hacs/frontend/elements/repository/pending_restart.html
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<div class='container''> | ||
<div class="row"> | ||
<div class="col s12"> | ||
<div class="card-panel orange darken-4"> | ||
<div class="card-content white-text"> | ||
<span> | ||
You need to restart (and potentially reconfigure) Home Assistant, for your last operation to be loaded. | ||
</span> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
7 changes: 7 additions & 0 deletions
7
custom_components/hacs/frontend/elements/repository/row_overview.html
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<tr class="hacs-table-row" onclick="toggleLoading();window.location='{API}/{ID}';"> | ||
<td>{ICON}</td> | ||
<td>{NAME}</td> | ||
<td class="hacs-card-content smal-hide">{DESCRIPTION}</td> | ||
<td class="smal-hide">{INSTALLED}</td> | ||
<td class="smal-hide">{AVAILABLE}</td> | ||
</tr> |
5 changes: 5 additions & 0 deletions
5
custom_components/hacs/frontend/elements/repository/row_store.html
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<tr class="hacs-table-row" onclick="toggleLoading();window.location='{API}/{ID}';"> | ||
<td>{ICON}</td> | ||
<td>{NAME} {BADGE}</td> | ||
<td class="hacs-card-content smal-hide">{DESCRIPTION}</td> | ||
</tr> |
12 changes: 12 additions & 0 deletions
12
custom_components/hacs/frontend/elements/repository/view_info.html
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<div class='hacs-overview-container'> | ||
<div class="row"> | ||
<div class="col s12"> | ||
<div class="card hacscolor"> | ||
<div class="card-content"> | ||
{CONTENT} | ||
{NOTE} | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
Oops, something went wrong.