-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Home Assistant extensive support (#83)
* feat(menu): improve hour format and graphic change experience * fix(tft): use alphaBlend method of TFT_eSPI to dimming bitmap * fix(backlight): fix apply of dimmed itensity with rainbow effect * fix(menu): fix offset dislay on utc adjustments * fix(clock): update time after timezone change * fix(tft): improve toggle and dimming of tft displays * feat(mqtt): create layer to use as home assistant light https://www.home-assistant.io/integrations/light.mqtt/#json-schema Add ability to control backlight brightness * feat(mqtt): support backlight pattern change via ha effect * feat(mqtt): add command to change graphic * feat(mqtt): report every free loop time, but only when changes * fix(mqtt): send to home assistant on report "back" too * fix(mqtt): force send state when a command is executed * feat(mqtt): save preferences after 10 seconds of no commands * fix(mqtt): fix some report state issues * Home Assistant Edition * Small Readme changes * Revert back renew order * Clock faces names --------- Co-authored-by: Victor Vuelma <[email protected]> Co-authored-by: Victor Vuelma <[email protected]>
- Loading branch information
1 parent
35987ee
commit 14f935c
Showing
13 changed files
with
1,100 additions
and
130 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,7 @@ | ||
Nixie Tube | ||
Blue Ribbon | ||
Colors | ||
Modern Neon | ||
Yellow Dots | ||
Cyan and Pink | ||
Thin Blue |
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
Oops, something went wrong.