-
Notifications
You must be signed in to change notification settings - Fork 252
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
Alexandre Garcia
committed
Sep 2, 2018
1 parent
e6dedd9
commit 351973d
Showing
7 changed files
with
216 additions
and
46 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,21 @@ | ||
## 0.0.1 | ||
Initial release that supports versioning | ||
|
||
### New features : | ||
|
||
- Color on off state | ||
- Default color on light (when color set to `auto` and detection fails) | ||
- Background color card | ||
- Boolean to show/hide state | ||
- Automatic font color based on card color (for readability) | ||
|
||
### Changed features : | ||
|
||
- Automatic color mode for lights now has to be enabled via `color: auto` | ||
- State display has to be enabled explicity via `show_state: true` and is not enabled by default when an icon is not set | ||
|
||
### Other | ||
|
||
- Lots of refactoring | ||
- Versionning | ||
|