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
dcaf0bd1
Commit
dcaf0bd1
authored
May 27, 2022
by
Jan Grewe
Browse files
Options
Downloads
Patches
Plain Diff
rename sensors for better order
parent
9b2d49b1
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/text_sensors.yaml
+1
-1
1 addition, 1 deletion
include/text_sensors.yaml
propbox.yaml
+11
-11
11 additions, 11 deletions
propbox.yaml
with
12 additions
and
12 deletions
include/text_sensors.yaml
+
1
−
1
View file @
dcaf0bd1
-
platform
:
wifi_info
-
platform
:
wifi_info
ip_address
:
ip_address
:
name
:
"
IP
Address"
name
:
"
Wifi
IP
Address"
ssid
:
ssid
:
name
:
"
Wifi
SSID"
name
:
"
Wifi
SSID"
bssid
:
bssid
:
...
...
This diff is collapsed.
Click to expand it.
propbox.yaml
+
11
−
11
View file @
dcaf0bd1
...
@@ -44,6 +44,15 @@ http_request:
...
@@ -44,6 +44,15 @@ http_request:
useragent
:
esphome/${devicename}
useragent
:
esphome/${devicename}
timeout
:
10s
timeout
:
10s
globals
:
-
id
:
schedule
type
:
int
restore_value
:
true
initial_value
:
'
0'
text_sensor
:
!include
include/text_sensors.yaml
sensor
:
sensor
:
### Default Sensors
### Default Sensors
...
@@ -52,7 +61,7 @@ sensor:
...
@@ -52,7 +61,7 @@ sensor:
update_interval
:
60s
update_interval
:
60s
-
platform
:
uptime
-
platform
:
uptime
name
:
"
Uptime"
name
:
"
Device
Uptime"
update_interval
:
60s
update_interval
:
60s
### Specific Sensors
### Specific Sensors
...
@@ -85,15 +94,6 @@ sensor:
...
@@ -85,15 +94,6 @@ sensor:
name
:
"
Water
Temperature"
name
:
"
Water
Temperature"
accuracy_decimals
:
2
accuracy_decimals
:
2
text_sensor
:
!include
include/text_sensors.yaml
globals
:
-
id
:
schedule
type
:
int
restore_value
:
true
initial_value
:
'
0'
select
:
select
:
-
platform
:
template
-
platform
:
template
id
:
select_schedule
id
:
select_schedule
...
@@ -112,7 +112,7 @@ select:
...
@@ -112,7 +112,7 @@ select:
switch
:
switch
:
-
platform
:
restart
-
platform
:
restart
name
:
"
Restart"
name
:
"
Device
Restart"
-
platform
:
template
-
platform
:
template
id
:
propbox_light
id
:
propbox_light
name
:
"
Light
Status"
name
:
"
Light
Status"
...
...
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