diff --git a/sensor-heating.yaml b/sensor-heating.yaml index 44da779..0d62f5d 100644 --- a/sensor-heating.yaml +++ b/sensor-heating.yaml @@ -29,4 +29,15 @@ wifi: captive_portal: web_server: - port: 80 \ No newline at end of file + port: 80 + +sensor: + # WiFi Signal + - platform: wifi_signal + name: "WiFi Signal" + update_interval: 60s + + # Uptime + - platform: uptime + name: "Uptime" + update_interval: 60s \ No newline at end of file