esphome device updates
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
substitutions:
|
||||
local_update_interval: 30s
|
||||
|
||||
##########################################################################################
|
||||
# GENERAL COMMON SENSORS
|
||||
# https://esphome.io/components/sensor/
|
||||
@@ -16,6 +19,15 @@ sensor:
|
||||
update_interval: ${local_update_interval}
|
||||
entity_category: diagnostic
|
||||
|
||||
- platform: copy # Reports the WiFi signal strength in %
|
||||
source_id: wifi_signal_db
|
||||
name: "WiFi (%):"
|
||||
filters:
|
||||
- lambda: return min(max(2 * (x + 100.0), 0.0), 100.0);
|
||||
unit_of_measurement: "% Max"
|
||||
entity_category: "diagnostic"
|
||||
device_class: ""
|
||||
|
||||
binary_sensor:
|
||||
- platform: status
|
||||
name: "Network Status"
|
||||
|
||||
Reference in New Issue
Block a user