diff --git a/custom_components/tion/services.yaml b/custom_components/tion/services.yaml index f7b5889..e135cfa 100644 --- a/custom_components/tion/services.yaml +++ b/custom_components/tion/services.yaml @@ -63,7 +63,7 @@ set_breezer_max_speed: reset_filters: name: Reset Filters - description: Resets breezer filter replacement period + description: Resets breezer filter replacement period. Require some time for replacement period to be updated - please, be patient after service activation. target: entity: integration: tion diff --git a/custom_components/tion/translations/ru.json b/custom_components/tion/translations/ru.json index fc4cb5c..211edae 100644 --- a/custom_components/tion/translations/ru.json +++ b/custom_components/tion/translations/ru.json @@ -40,7 +40,7 @@ "services": { "reset_filters": { "name": "Сбросить фильтры", - "description": "Сбрасывает период замены фильтров бризера." + "description": "Сбрасывает период замены фильтров бризера. Обновление периода замены может занять некоторое время - после запуска службы, пожалуйста, ожидайте." } } } \ No newline at end of file