mirror of
https://github.com/randybb/esphome-configs.git
synced 2026-01-02 19:47:29 +01:00
have fun
This commit is contained in:
6
common/text_sensor/debug.yaml
Normal file
6
common/text_sensor/debug.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
platform: debug
|
||||
device:
|
||||
name: "${name} Device Info"
|
||||
reset_reason:
|
||||
name: "${name} Reset Reason"
|
||||
4
common/text_sensor/ethernet_info.yaml
Normal file
4
common/text_sensor/ethernet_info.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
platform: ethernet_info
|
||||
ip_address:
|
||||
name: ${name} IP Address
|
||||
7
common/text_sensor/git_ref.yaml
Normal file
7
common/text_sensor/git_ref.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
platform: git_ref
|
||||
name: "${name} Git Ref"
|
||||
long: true
|
||||
all: true
|
||||
abbrev: 16
|
||||
dirty: "-dirty"
|
||||
3
common/text_sensor/version.yaml
Normal file
3
common/text_sensor/version.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
platform: version
|
||||
name: "${name} Version"
|
||||
13
common/text_sensor/wifi_info.yaml
Normal file
13
common/text_sensor/wifi_info.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
platform: wifi_info
|
||||
ip_address:
|
||||
name: ${name} IP Address
|
||||
icon: mdi:ip-network
|
||||
#ssid:
|
||||
# name: ${name} SSID
|
||||
#bssid:
|
||||
# name: ${name} BSSID
|
||||
mac_address:
|
||||
name: ${name} MAC
|
||||
#scan_results:
|
||||
# name: ${name} Latest Scan Results
|
||||
Reference in New Issue
Block a user