Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GrowSmart - ESPHome
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Grewe
GrowSmart - ESPHome
Commits
77963e78
Commit
77963e78
authored
May 28, 2022
by
Jan Grewe
Browse files
Options
Downloads
Patches
Plain Diff
clean up substitutions
parent
52b3b5c7
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
base.yaml
+5
-2
5 additions, 2 deletions
base.yaml
propbox-fan.yaml
+0
-3
0 additions, 3 deletions
propbox-fan.yaml
propbox-light.yaml
+0
-3
0 additions, 3 deletions
propbox-light.yaml
propbox.yaml
+0
-3
0 additions, 3 deletions
propbox.yaml
with
5 additions
and
11 deletions
base.yaml
+
5
−
2
View file @
77963e78
...
...
@@ -2,14 +2,17 @@ esphome:
name
:
$devicename
comment
:
$comment
project
:
name
:
$project_name
version
:
$project_version
name
:
"
groovy.industries"
version
:
"
1.0"
on_boot
:
priority
:
-100
then
:
-
lambda
:
|-
id(sntp_time).update();
substitutions
:
domain
:
!secret
domain
preferences
:
flash_write_interval
:
0s
...
...
This diff is collapsed.
Click to expand it.
propbox-fan.yaml
+
0
−
3
View file @
77963e78
substitutions
:
devicename
:
"
propbox-fan"
domain
:
!secret
domain
comment
:
"
Propagator
Fan
Control"
project_name
:
"
groovy.propbox-fan"
project_version
:
"
1.0"
current_res
:
"
0.00280"
# Higher value gives lower watt readout
voltage_div
:
"
775"
# Lower value gives lower voltage readout
...
...
This diff is collapsed.
Click to expand it.
propbox-light.yaml
+
0
−
3
View file @
77963e78
substitutions
:
devicename
:
"
propbox-light"
domain
:
!secret
domain
comment
:
"
Propagator
Light
Control"
project_name
:
"
groovy.propbox-light"
project_version
:
"
1.0"
current_res
:
"
0.00280"
# Higher value gives lower watt readout
voltage_div
:
"
775"
# Lower value gives lower voltage readout
...
...
This diff is collapsed.
Click to expand it.
propbox.yaml
+
0
−
3
View file @
77963e78
substitutions
:
devicename
:
"
propbox"
domain
:
!secret
domain
comment
:
"
Propagator
Monitor"
project_name
:
"
groovy.propbox"
project_version
:
"
1.0"
# Propbox Nodes
hostname_light
:
"
propbox-light.${domain}"
...
...
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