From 95c85ddb11401b0693572696ca7d9ea0d742bd9c Mon Sep 17 00:00:00 2001 From: Jan Grewe <jan@faked.org> Date: Sat, 28 May 2022 14:24:08 +0200 Subject: [PATCH] use a button instead of a switch for device restart --- base.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.yaml b/base.yaml index 4ba4068..0dec1a5 100644 --- a/base.yaml +++ b/base.yaml @@ -73,6 +73,6 @@ text_sensor: bssid: name: "Wifi BSSID" -switch: +button: - platform: restart name: "Device Restart" -- GitLab