Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-warpzone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
specki
ansible-warpzone
Commits
14e321d5
Commit
14e321d5
authored
2 years ago
by
jabertwo
Browse files
Options
Downloads
Patches
Plain Diff
Add new file
parent
45ad9a4c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
warpsrvint/docker_esphome/templates/config/esphome_obegraensad.yaml
+45
-0
45 additions, 0 deletions
.../docker_esphome/templates/config/esphome_obegraensad.yaml
with
45 additions
and
0 deletions
warpsrvint/docker_esphome/templates/config/esphome_obegraensad.yaml
0 → 100644
+
45
−
0
View file @
14e321d5
{
%
set devicename = "esphome_obegraensad" %
}
{
%
include "/includes/ansible.inc.yaml" %
}
{
%
include "/includes/board.d1_mini.inc.yaml" %
}
{
%
include "/includes/common.inc.yaml" %
}
external_components
:
-
source
:
type
:
local
path
:
.
light
:
-
platform
:
monochromatic
name
:
'
Brightness'
output
:
matrix_brightness
restore_mode
:
RESTORE_DEFAULT_ON
output
:
-
platform
:
esp8266_pwm
# Enables brightness control.
id
:
matrix_brightness
pin
:
number
:
GPIO14
inverted
:
True
time
:
-
platform
:
sntp
id
:
ntp_time
timezone
:
'
Europe/Paris'
font
:
-
file
:
"
frekvens_panel/04B03.ttf"
id
:
b03
size
:
8
display
:
-
platform
:
frekvens_panel
latch_pin
:
12
clock_pin
:
04
data_pin
:
05
lambda
:
|-
auto time = id(ntp_time).now();
it.printf(0, 0, id(b03), "%d:%d", time.hour, time.minute);
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment