forked from gazoscalvertos/Hass-Custom-Alarm
-
Notifications
You must be signed in to change notification settings - Fork 29
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 #11 from ludeeus/dev
Restructure
- Loading branch information
Showing
25 changed files
with
4,728 additions
and
4,724 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
0
www/alarm/alarm.css → ...ponents/bwalarm/resources/alarm/alarm.css
100755 → 100644
File renamed without changes.
40 changes: 20 additions & 20 deletions
40
www/alarm/custom-element.html → ...alarm/resources/alarm/custom-element.html
100755 → 100644
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,21 +1,21 @@ | ||
<!-- ADD YOUR CUSTOM HTML HERE. This could be liver camera views, custom buttons, rotating picture gallery --> | ||
<dom-module id="custom-element"> | ||
<template> | ||
|
||
<div style='font-size: x-large; background-color: var(--panel-background-color); color: var(--subtitle-text); text-align: center; font-weight: 500; padding: 20px;'>Home Assistant</div> | ||
<div class='box-inner vLayout'> | ||
<!-- <div style='text-align: center; color: white;'> | ||
this is a custom test message, add your custom goodies here whether it be live video cams, custom HA buttons/Sensors, rotating image gallery whatever takes your fancy | ||
</div> --> | ||
|
||
<div style='padding-top: 20px; width: 300px; text-align: center; margin: auto;'> | ||
<div style='color: var(--subtitle-text); padding-bottom: 15px; font-weight: 500;'>Lounge</div> | ||
<img src='http://www.rockymountainrenewableenergy.com/wp-content/uploads/2015/10/nest.png' style='width:300px'/> | ||
</div> | ||
</div> | ||
</template> | ||
</dom-module> | ||
|
||
<script> | ||
Polymer({is: 'custom-element'}); | ||
<!-- ADD YOUR CUSTOM HTML HERE. This could be liver camera views, custom buttons, rotating picture gallery --> | ||
<dom-module id="custom-element"> | ||
<template> | ||
|
||
<div style='font-size: x-large; background-color: var(--panel-background-color); color: var(--subtitle-text); text-align: center; font-weight: 500; padding: 20px;'>Home Assistant</div> | ||
<div class='box-inner vLayout'> | ||
<!-- <div style='text-align: center; color: white;'> | ||
this is a custom test message, add your custom goodies here whether it be live video cams, custom HA buttons/Sensors, rotating image gallery whatever takes your fancy | ||
</div> --> | ||
|
||
<div style='padding-top: 20px; width: 300px; text-align: center; margin: auto;'> | ||
<div style='color: var(--subtitle-text); padding-bottom: 15px; font-weight: 500;'>Lounge</div> | ||
<img src='http://www.rockymountainrenewableenergy.com/wp-content/uploads/2015/10/nest.png' style='width:300px'/> | ||
</div> | ||
</div> | ||
</template> | ||
</dom-module> | ||
|
||
<script> | ||
Polymer({is: 'custom-element'}); | ||
</script> |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file renamed
BIN
+32.3 KB
www/alarm/lobster.woff2 → .../bwalarm/resources/alarm/lobster.woff2.gz
100755 → 100644
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
0
www/images/gazos.jpg → ...onents/bwalarm/resources/images/gazos.jpg
100755 → 100644
File renamed without changes
0
www/images/ha.png → ...omponents/bwalarm/resources/images/ha.png
100755 → 100644
File renamed without changes
File renamed without changes.
File renamed without changes.
Oops, something went wrong.