diff --git a/custom_components/panasonic_cc/strings.json b/custom_components/panasonic_cc/strings.json index 4086233..3ccc889 100644 --- a/custom_components/panasonic_cc/strings.json +++ b/custom_components/panasonic_cc/strings.json @@ -119,5 +119,21 @@ } } } + }, + "services": { + "set_horizontal_swing_mode": { + "name": "Set the horizontal swing mode", + "description": "Set the horizontal swing mode for climate device.", + "fields": { + "entity_id": { + "name": "Entity id", + "description": "Name(s) of entities to change." + }, + "swing_mode": { + "name": "Swing mode", + "description": "New horizontal swing mode." + } + } + } } } \ No newline at end of file diff --git a/custom_components/panasonic_cc/translations/en.json b/custom_components/panasonic_cc/translations/en.json index d2c0847..1f3e1c5 100644 --- a/custom_components/panasonic_cc/translations/en.json +++ b/custom_components/panasonic_cc/translations/en.json @@ -118,5 +118,21 @@ } } } + }, + "services": { + "set_horizontal_swing_mode": { + "name": "Set the horizontal swing mode", + "description": "Set the horizontal swing mode for climate device.", + "fields": { + "entity_id": { + "name": "Entity id", + "description": "Name(s) of entities to change." + }, + "swing_mode": { + "name": "Swing mode", + "description": "New horizontal swing mode." + } + } + } } } \ No newline at end of file