2023-08-17 18:56:22
This commit is contained in:
@@ -67,6 +67,22 @@ sensor:
|
|||||||
gas_delivered:
|
gas_delivered:
|
||||||
name: Gas
|
name: Gas
|
||||||
# tarief 1 is dal tarief!!!
|
# tarief 1 is dal tarief!!!
|
||||||
|
|
||||||
|
- platform: wifi_signal
|
||||||
|
name: WiFi Signal
|
||||||
|
id: wifi_signal_db
|
||||||
|
update_interval: 60s
|
||||||
|
entity_category: "diagnostic"
|
||||||
|
- platform: copy # Reports the WiFi signal strength in %
|
||||||
|
source_id: wifi_signal_db
|
||||||
|
name: "WiFi Signal Percent"
|
||||||
|
filters:
|
||||||
|
- lambda: return min(max(2 * (x + 100.0), 0.0), 100.0);
|
||||||
|
unit_of_measurement: "%"
|
||||||
|
entity_category: "diagnostic"
|
||||||
|
- platform: uptime
|
||||||
|
name: Uptime
|
||||||
|
|
||||||
|
|
||||||
text_sensor:
|
text_sensor:
|
||||||
- platform: dsmr
|
- platform: dsmr
|
||||||
|
|||||||
Reference in New Issue
Block a user