-
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
138 changed files
with
5,816 additions
and
2,149 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 +1 @@ | ||
0.72.1 | ||
0.84.3 |
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,43 @@ | ||
# | ||
# Code Climate Quality configuration file | ||
# | ||
# Helps keep code and documentation clean. | ||
# | ||
# @link https://docs.codeclimate.com/ | ||
# | ||
|
||
version: 2 | ||
|
||
# Configure built-in checks | ||
checks: | ||
argument-count: | ||
enabled: false | ||
file-lines: | ||
enabled: false | ||
identical-code: | ||
enabled: false | ||
method-lines: | ||
enabled: false | ||
similar-code: | ||
enabled: false | ||
|
||
# Enable community plugins | ||
plugins: | ||
eslint: | ||
enabled: true | ||
fixme: | ||
enabled: true | ||
git-legal: | ||
enabled: true | ||
markdownlint: | ||
enabled: true | ||
shellcheck: | ||
enabled: true | ||
|
||
# Exclude non-original content | ||
exclude_patterns: | ||
- "**/*.dash" | ||
- "appdaemon/custom_widgets/" | ||
- "custom_components/" | ||
- "custom_ui_update.sh" | ||
- "www/custom_ui" |
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,8 +1,11 @@ | ||
As a **actor**, I want **something** so that I can **goal**. | ||
|
||
### Acceptance criteria | ||
1. It's done when . | ||
1. It's done when . | ||
|
||
1. It's done when **criteria**. | ||
2. It's done when **criteria**. | ||
|
||
### Additional details | ||
- | ||
|
||
- **detail** | ||
- **detail** |
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,10 @@ | ||
### Description | ||
|
||
|
||
### Scenario | ||
1. | ||
1. | ||
|
||
### Expected result | ||
1. When **situation** | ||
2. When **situation** | ||
|
||
### 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 |
---|---|---|
@@ -1,7 +1,5 @@ | ||
### 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 |
---|---|---|
|
@@ -28,5 +28,7 @@ secrets.yaml | |
!.github | ||
!.gitignore | ||
!.gitkeep | ||
!/.codeclimate.yml | ||
!/.HA_VERSION | ||
!/.mdlrc | ||
!/.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,5 @@ | ||
# | ||
# Markdownlint configuration | ||
# | ||
|
||
style "./markdownlint.rb" |
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,16 +1,24 @@ | ||
# | ||
# Travis CI configuration | ||
# | ||
# Simply tests that Home Assistant configuration is valid. | ||
# | ||
# @link https://home-assistant.io/docs/ecosystem/backup/backup_github/#step-7-configuration-file-testing | ||
# | ||
|
||
language: python | ||
|
||
python: | ||
- "3.6" | ||
|
||
before_install: | ||
- cp secrets-dummy.yaml secrets.yaml | ||
- touch home-assistant_v2.db | ||
- touch home-assistant.log | ||
- HA_VERSION=$(<.HA_VERSION) | ||
|
||
install: | ||
- pip3 install homeassistant | ||
- pip3 install homeassistant==${HA_VERSION} | ||
|
||
script: | ||
- hass --script check_config -c . -f |
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,3 +1,38 @@ | ||
# AppDaemon _Modern_ custom theme | ||
<!-- Header --> | ||
[link-profile]:https://github.com/renemarc | ||
[link-repo]:https://github.com/renemarc/home-assistant-config | ||
|
||
<a name="top"></a> | ||
<code>[renemarc][link-profile] / **[home-assistant-config][link-repo]** / [appdaemon](../..) / [custom_css](..) / **modern** /</code> | ||
|
||
<p align="right"><sub><strong><a href="https://github.com/renemarc/home-assistant-config">🏠 Home Assistant configuration for a smart-looking place! 😎</a><br>Be sure to <a href="#" title="star">⭐️</a> this repo!</strong></sub></p> | ||
|
||
<!-- Hero --> | ||
<figure> | ||
<div align="center"> | ||
<a href="#files" title="Switchboard using the Modern theme"><img src="../../../www/screenshots/dashboard-switchboard.gif" alt="Switchboard"></a> | ||
</div> | ||
</figure> | ||
|
||
<h1 align="center">AppDaemon <em>modern</em> custom theme</h1> | ||
|
||
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). | ||
|
||
## Files | ||
|
||
### [`🌈️ ./dashboard.css`](dashboard.css) | ||
|
||
Cascading Style Sheets that define the overall look. | ||
|
||
### [`❓ ./variables.yaml`](variables.yaml) | ||
|
||
Main theme file containing variables for [`/appdaemon/custom_widgets/`](../../custom_widgets), as well as motion monitor JavaScript code for [Fully Kiosk Browser](http://www.ozerov.de/fully-kiosk-browser/) that issues a POST API query that creates and updates an ad hoc binary sensor. | ||
|
||
<!-- Footer --> | ||
<p align="right"><a href="#top" title="Back to top">🔝</a></p> | ||
|
||
<p align="center"><strong>Don't forget to <a href="#" title="star">⭐️</a> this repo! 😃</strong></p> | ||
|
||
[🔙 Back to `/appdaemon/`](../../) | ||
|
||
[🏠 Home][link-repo] |
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.