Skip to content
Snippets Groups Projects
Commit dcaf0bd1 authored by Jan Grewe's avatar Jan Grewe
Browse files

rename sensors for better order

parent 9b2d49b1
No related branches found
No related tags found
No related merge requests found
- 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:
......
...@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment