diff --git a/custom_components/spook/integrations/spook_inverse/translations/ru.json b/custom_components/spook/integrations/spook_inverse/translations/ru.json index 0967ef42..6a439a00 100644 --- a/custom_components/spook/integrations/spook_inverse/translations/ru.json +++ b/custom_components/spook/integrations/spook_inverse/translations/ru.json @@ -1 +1,18 @@ -{} +{ + "config": { + "step": { + "binary_sensor": { + "data": { + "entity_id": "Источник", + "name": "Имя" + } + }, + "switch": { + "data": { + "entity_id": "Источник", + "name": "Имя" + } + } + } + } +}