-
Notifications
You must be signed in to change notification settings - Fork 57
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
Showing
278 changed files
with
5,589 additions
and
1,581 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
As a **actor**, I want **something** so that I can **goal**. | ||
|
||
### Acceptance criteria | ||
1. It's done when . | ||
1. It's done when . | ||
|
||
### Additional details | ||
- |
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 @@ | ||
### Description | ||
|
||
|
||
### Scenario | ||
1. | ||
1. | ||
|
||
### Expected result | ||
|
||
|
||
### Actual result |
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 @@ | ||
### Short description of what this resolves | ||
|
||
|
||
### Changes proposed in this pull request | ||
|
||
|
||
### Fixes issue number |
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 |
---|---|---|
|
@@ -26,6 +26,7 @@ OZW_Log.txt | |
plex.conf | ||
secrets.yaml | ||
|
||
!.github | ||
!.gitignore | ||
!.gitkeep | ||
!/.travis.yml |
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,3 @@ | ||
[submodule "custom_components/display"] | ||
path = custom_components/display | ||
url = https://github.com/daemondazz/homeassistant-displays.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
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,22 @@ | ||
# AppDaemon 2.0 configuration | ||
# AppDaemon 3.0 configuration | ||
|
||
## Folders | ||
|
||
## [`apps`](apps) | ||
### [`📂 ./apps/`](apps) | ||
|
||
Empty, to be used for eventual AppDaemon apps. | ||
|
||
|
||
## [`custom_css`](custom_css/modern) | ||
### [`🌈 ./custom_css/`](custom_css/modern) | ||
|
||
For the **Modern** theme. | ||
|
||
|
||
## [`custom_widgets`](custom_widgets) | ||
### [`🔘 ./custom_widgets/`](custom_widgets) | ||
|
||
For third-party, custom and modified dashboard widgets. | ||
|
||
|
||
## [`dashboards`](dashboards) | ||
### [`🖼 ./dashboards/`](dashboards) | ||
|
||
For the dashboards used in HADashboard. |
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,11 +1,17 @@ | ||
AppDaemon: | ||
secrets: /config/secrets.yaml | ||
log: | ||
logfile: STDOUT | ||
errorfile: STDERR | ||
appdaemon: | ||
threads: 10 | ||
app_dir: /config/appdaemon/apps | ||
disable_apps: 1 | ||
HASS: | ||
ha_url: http://homeassistant:8123 | ||
HADashboard: | ||
dash_url: http://127.0.0.1:5050 | ||
plugins: | ||
HASS: | ||
type: hass | ||
ha_url: http://hassio/homeassistant | ||
ha_key: f411986db776442b864aa2a31f2d948c | ||
hadashboard: | ||
dash_url: !secret hadashboard_dash_url | ||
dash_dir: /config/appdaemon/dashboards | ||
dash_compile_on_start: 1 |
Empty file.
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,3 +1,3 @@ | ||
# AppDaemon _Modern_ custom theme | ||
|
||
This theme is based very closely on the [default](https://github.com/home-assistant/appdaemon/tree/dev/appdaemon/assets/css/default) one, except with some minor tweaks to the CSS and extra classes and variables to support [`/appdaemon/custom_widgets`](../custom_widgets). | ||
This theme is based very closely on the [default](https://github.com/home-assistant/appdaemon/tree/master/appdaemon/assets/css/default) one, except with some minor tweaks to the CSS and extra classes and variables to support [`/appdaemon/custom_widgets/`](../../custom_widgets). |
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,31 +1,99 @@ | ||
# Custom AppDaemon widgets | ||
|
||
AppDaemon offers [many widgets](https://github.com/home-assistant/appdaemon/tree/dev/appdaemon/widgets/), but can support some third-party and custom ones. | ||
[AppDaemon](https://home-assistant.io/docs/ecosystem/appdaemon/) offers [many default widgets](https://github.com/home-assistant/appdaemon/tree/master/appdaemon/widgets/), but can also support third-party and custom ones. | ||
|
||
|
||
## Community widgets | ||
|
||
- [`baseiconsensor`](baseentitydisplay) from [ReneTode's repo]([)https://github.com/ReneTode/My-AppDaemon/tree/master/custom_widgets), modified with: | ||
+ Support for entities used as **title** and **title2**. | ||
### [`💡 iconsensor.yaml`](iconsensor.yaml) and [`baseiconsensor`](baseiconsensor) | ||
|
||
- [`baseselect`](baseentitydisplay) also from [ReneTode's repo](https://github.com/ReneTode/My-AppDaemon/tree/master/custom_widgets), modified with: | ||
+ Support for **sub_entities**. | ||
Icon widget from [ReneTode's repo](https://github.com/ReneTode/My-AppDaemon/tree/master/custom_widgets/baseiconsensor), modified with: | ||
- Added support for entities used as **title** and **title2**. | ||
|
||
<div align="center"> | ||
<figure> | ||
<div> | ||
<img src="../../www/screenshots/widget-iconsensor.png" alt="Icon sensor widget" title="Icon sensor widget" width="160"> | ||
</div> | ||
<figcaption> | ||
<p><strong>Icon sensor widget with title2 entity.</strong></p> | ||
</figcaption> | ||
</figure> | ||
</div> | ||
|
||
|
||
### [`🔘 input_select.yaml`](input_select.yaml) and [`baseselect`](baseselect) | ||
|
||
Selector widget also from [ReneTode's repo](https://github.com/ReneTode/My-AppDaemon/tree/master/custom_widgets/baseselect), modified with: | ||
- Added support for **sub_entities**. | ||
|
||
<div align="center"> | ||
<figure> | ||
<div> | ||
<img src="../../www/screenshots/widget-input_select.png" alt="Input selectwidget" title="Input select widget" width="160"> | ||
</div> | ||
<figcaption> | ||
<p><strong>Input select widget with sub entity.</strong></p> | ||
</figcaption> | ||
</figure> | ||
</div> | ||
|
||
|
||
## Custom widgets | ||
|
||
- [`baseentitydisplay`](baseentitydisplay) is based on the default [basedisplay](https://github.com/home-assistant/appdaemon/tree/dev/appdaemon/widgets/basedisplay) but with the following modifications: | ||
+ Support for entities used as **title** and **title2**. | ||
+ Include **unit_of_measurement** to the **sub_entity**, if any. | ||
### [`👽 entitysensor.yaml`](entitysensor.yaml) and [`baseentitydisplay`](baseentitydisplay) | ||
|
||
Multipurpose widget based on the default [basedisplay](https://github.com/home-assistant/appdaemon/tree/master/appdaemon/widgets/basedisplay) but with the following modifications: | ||
- Support for entities used as **title** and **title2**. | ||
- Include **unit_of_measurement** to the **sub_entity**, if any. | ||
|
||
<div align="center"> | ||
<figure> | ||
<div> | ||
<img src="../../www/screenshots/widget-entitysensor.png" alt="Entity sensor widget" title="Entity sensor widget" width="160"> | ||
</div> | ||
<figcaption> | ||
<p><strong>Entity sensor widget with title2 entity.</strong></p> | ||
</figcaption> | ||
</figure> | ||
</div> | ||
|
||
|
||
### [`📸 entitycamera.yaml`](entitycamera.yaml) and [`baseentityiframe`](baseentityiframe) | ||
|
||
IFrame widget to showcase images and slideshows, based on the default [baseiframe](https://github.com/home-assistant/appdaemon/tree/master/appdaemon/widgets/baseiframe) but includes: | ||
- Cache-buster added to already parameterized URLs. | ||
- Optional **cache** integer parameter to add longevity to the cache-buster JS parameter. | ||
- Optional entity dynamic titles, where an image can have a related title shown if it has a companion entity that provides such textual information. | ||
|
||
<div align="center"> | ||
<figure> | ||
<div> | ||
<img src="../../www/screenshots/widget-entitycamera.gif" alt="Entity camera widget" title="Entity camera widget" width="600"> | ||
</div> | ||
<figcaption> | ||
<p><strong>Entity camera widget with dynamic titles.</strong></p> | ||
</figcaption> | ||
</figure> | ||
</div> | ||
|
||
|
||
- [`baseentityiframe`](baseentityiframe) is based on the default [baseiframe](https://github.com/home-assistant/appdaemon/tree/dev/appdaemon/widgets/baseiframe) but includes: | ||
+ Cache-buster added to already parameterized URLs. | ||
+ Optional **cache** integer parameter to add longevity to the cache-buster JS parameter. | ||
### [`📶 multisensor.yaml`](multisensor.yaml) and [`basemultisensor`](basemultisensor) | ||
Multi-sensors widget, like the **entitysensor** above, but adds: | ||
- List two sensors size by side (useful to showcase both _temperature_ and _humidity_ together). | ||
|
||
- [`basemultisensor`](basemultisensor) is like **baseentitydisplay** above, but adds: | ||
+ List two sensors size by side (useful to showcase both _temperature_ and _humidity_ together). | ||
<div align="center"> | ||
<figure> | ||
<div> | ||
<img src="../../www/screenshots/widget-multisensor.png" alt="Multisensor widget" title="Multisensor widget" width="160"> | ||
</div> | ||
<figcaption> | ||
<p><strong>Multisensor widget with temperature and humidity.</strong></p> | ||
</figcaption> | ||
</figure> | ||
</div> | ||
|
||
|
||
## Configuration | ||
## Customization | ||
|
||
The extra styling of these widgets is done in the theme [`/appdaemon/custom_css/modern`](../custom_css/modern) as well as directly in [`/appdaemon/dashboards`](../dashboards). | ||
The extra styling of these widgets is done in the theme [`/appdaemon/custom_css/modern/`](../custom_css/modern) as well as directly in [`/appdaemon/dashboards/`](../dashboards). |
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
Oops, something went wrong.