From 472791788e83060a30c61da57433f804c328d1c1 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 7 Jun 2023 18:45:37 -0500 Subject: [PATCH] add sync button --- base.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/base.yml b/base.yml index 1e15804..e7e4e66 100644 --- a/base.yml +++ b/base.yml @@ -59,3 +59,9 @@ button: - platform: restart name: "${friendly_name} Restart" + - platform: ratgdo + id: ${id_prefix}_sync + type: sync + entity_category: diagnostic + ratgdo_id: ${id_prefix} + name: "${friendly_name} Sync"