From 5150b08352bf82e6abb683e3ff5ce8451d1b9661 Mon Sep 17 00:00:00 2001 From: Daniel <49846893+danielbrunt57@users.noreply.github.com> Date: Thu, 28 Nov 2024 12:50:47 -0800 Subject: [PATCH] Remove depecated "clear_history" --- custom_components/alexa_media/strings.json | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/custom_components/alexa_media/strings.json b/custom_components/alexa_media/strings.json index ebe4dccd..3a316bf1 100644 --- a/custom_components/alexa_media/strings.json +++ b/custom_components/alexa_media/strings.json @@ -68,20 +68,6 @@ } }, "services": { - "clear_history": { - "name": "Clear Amazon Voice History", - "description": "Clear last entries from Alexa Voice history for each Alexa account.", - "fields": { - "email": { - "name": "Email address", - "description": "Accounts to clear. Empty will clear all." - }, - "entries": { - "name": "Number of Entries", - "description": "Number of entries to clear from 1 to 50. If empty, clear 50." - } - } - }, "force_logout": { "name": "Force Logout", "description": "Force account to logout. Used mainly for debugging.",