diff --git a/docs/reference/configuration.md b/docs/reference/configuration.md index 05dc64f..0a5e1c8 100644 --- a/docs/reference/configuration.md +++ b/docs/reference/configuration.md @@ -132,7 +132,7 @@ services: link: https://home-assistant.home.local/ icon: name: simple-icons:homeassistant - bubble: true + wrap: true color: '#3dbcf3' status: enabled: true @@ -141,7 +141,7 @@ services: link: https://nas.home.local/ icon: name: mdi:nas - bubble: true + wrap: true status: enabled: true ``` @@ -161,7 +161,7 @@ services: link: https://home-assistant.home.local/ icon: name: simple-icons:homeassistant - bubble: true + wrap: true color: '#3dbcf3' status: enabled: true @@ -171,13 +171,13 @@ services: link: http://192.168.1.1/ icon: name: mdi:router-network - bubble: true + wrap: true - title: NAS description: Synology DS223 link: https://nas.home.local/ icon: name: mdi:nas - bubble: true + wrap: true status: enabled: true ``` diff --git a/docs/reference/icons.md b/docs/reference/icons.md index 9b2e846..8144971 100644 --- a/docs/reference/icons.md +++ b/docs/reference/icons.md @@ -21,12 +21,12 @@ Icon name from [iconify](https://icon-sets.iconify.design/) or [emoji](https://g name: simple-icons:homeassistant ``` -## Bubble +## Wrap Wraps the icon in a bubble, necessary if the icon has no background or indentation on the sides. ```yaml -bubble: true +wrap: true ``` ## Color diff --git a/docs/ru/reference/configuration.md b/docs/ru/reference/configuration.md index c97d4c4..8d34f72 100644 --- a/docs/ru/reference/configuration.md +++ b/docs/ru/reference/configuration.md @@ -132,7 +132,7 @@ services: link: https://home-assistant.home.local/ icon: name: simple-icons:homeassistant - bubble: true + wrap: true color: '#3dbcf3' status: enabled: true @@ -141,7 +141,7 @@ services: link: https://nas.home.local/ icon: name: mdi:nas - bubble: true + wrap: true status: enabled: true ``` @@ -161,7 +161,7 @@ services: link: https://home-assistant.home.local/ icon: name: simple-icons:homeassistant - bubble: true + wrap: true color: '#3dbcf3' status: enabled: true @@ -171,13 +171,13 @@ services: link: http://192.168.1.1/ icon: name: mdi:router-network - bubble: true + wrap: true - title: Сетевое хранилище description: Synology DS223 link: https://nas.home.local/ icon: name: mdi:nas - bubble: true + wrap: true status: enabled: true ``` diff --git a/docs/ru/reference/icons.md b/docs/ru/reference/icons.md index 836d6bb..232581c 100644 --- a/docs/ru/reference/icons.md +++ b/docs/ru/reference/icons.md @@ -26,7 +26,7 @@ name: simple-icons:homeassistant Оборачивает иконку в пузырь, необходимо если в иконке нет фона или отступов по бокам. ```yaml -bubble: true +wrap: true ``` ## Цвет diff --git a/docs/ru/services/base.md b/docs/ru/services/base.md index 09b9739..edc3907 100644 --- a/docs/ru/services/base.md +++ b/docs/ru/services/base.md @@ -64,7 +64,7 @@ target: _blank ```yaml icon: name: simple-icons:homeassistant - bubble: true + wrap: true ``` или из локальный файлов: @@ -121,7 +121,7 @@ services: link: https://home-assistant.home.local/ icon: name: simple-icons:homeassistant - bubble: true + wrap: true color: '#3dbcf3' ``` ::: @@ -136,7 +136,7 @@ services: link: https://home-assistant.home.local/ icon: name: simple-icons:homeassistant - bubble: true + wrap: true color: '#3dbcf3' status: enabled: true diff --git a/docs/services/base.md b/docs/services/base.md index d18d8bc..b6900ca 100644 --- a/docs/services/base.md +++ b/docs/services/base.md @@ -64,7 +64,7 @@ This field can be very flexibly customized by combining different parameters. ```yaml icon: name: simple-icons:homeassistant - bubble: true + wrap: true ``` or from local files: @@ -121,7 +121,7 @@ services: link: https://home-assistant.home.local/ icon: name: simple-icons:homeassistant - bubble: true + wrap: true color: '#3dbcf3' ``` ::: @@ -136,7 +136,7 @@ services: link: https://home-assistant.home.local/ icon: name: simple-icons:homeassistant - bubble: true + wrap: true color: '#3dbcf3' status: enabled: true