From f8a0cfc0d17e9f7f544558bf585ce05b6e01571f Mon Sep 17 00:00:00 2001 From: Avri Chen-Roth Date: Wed, 15 Jan 2025 13:46:36 -0500 Subject: [PATCH] Add restart button to home-assistant-voice.yaml (#273) Co-authored-by: Tudor Sandu Co-authored-by: JLo --- home-assistant-voice.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home-assistant-voice.yaml b/home-assistant-voice.yaml index b7ef620..f6dcbb8 100644 --- a/home-assistant-voice.yaml +++ b/home-assistant-voice.yaml @@ -1663,6 +1663,12 @@ button: name: "Factory Reset" entity_category: diagnostic internal: true + - platform: restart + id: restart_button + name: "Restart" + entity_category: config + disabled_by_default: true + icon: "mdi:restart" debug: update_interval: 5s