mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Update my plugin to match latest terminology (#22792)
* Update my plugin to match latest termonology and visuals * Remove icon
This commit is contained in:
parent
c4f42d263f
commit
c27ac88d89
@ -80,7 +80,6 @@ module Jekyll
|
||||
DEFAULT_ICONS = {
|
||||
"config_flow_start" => "icon-plus-sign",
|
||||
"config" => "icon-cog",
|
||||
"integrations" => "icon-puzzle-piece",
|
||||
}
|
||||
|
||||
# Default title used for in-line text
|
||||
@ -103,6 +102,7 @@ module Jekyll
|
||||
"info" => "Information",
|
||||
"supervisor_info" => "Supervisor Information",
|
||||
"supervisor_backups" => "Backups",
|
||||
"integrations" => "Devices & Services",
|
||||
}
|
||||
|
||||
def parse_options(input, context)
|
||||
|
@ -24,7 +24,7 @@ manually:
|
||||
|
||||
- Browse to your Home Assistant instance.
|
||||
- In the sidebar click on _**{% my config icon %}**_.
|
||||
- From the configuration menu select: _**{% my integrations icon %}**_.
|
||||
- From the configuration menu select: _**{% my integrations %}**_.
|
||||
- In the bottom right, click on the
|
||||
_**{% my config_flow_start icon domain=page.ha_domain %}**_ button.
|
||||
- From the list, search and select _**"{{ name }}"**_.
|
||||
|
@ -6,6 +6,6 @@ Options for {{ name }} can be set via the user interface, by taking the followin
|
||||
|
||||
- Browse to your Home Assistant instance.
|
||||
- In the sidebar click on _**{% my config icon %}**_.
|
||||
- From the configuration menu select: _**{% my integrations icon %}**_.
|
||||
- From the configuration menu select: _**{% my integrations %}**_.
|
||||
- If multiple instances of {{ name }} are configured, choose the instance you want to configure.
|
||||
- Click on _**"Options"**_.
|
||||
|
@ -130,6 +130,6 @@ instance:
|
||||
|
||||
- Browse to your Home Assistant instance.
|
||||
- In the sidebar click on _**{% my config icon %}**_.
|
||||
- From the configuration menu select: _**{% my integrations icon %}**_.
|
||||
- From the configuration menu select: _**{% my integrations %}**_.
|
||||
- If multiple instances of {{ name }} are configured, choose the instance you want to configure.
|
||||
- Click on _**"Configure"**_.
|
||||
|
@ -93,8 +93,8 @@ After that, you need to add Google Calendars *Integration*.
|
||||
|
||||
1. Browse to your Home Assistant instance.
|
||||
1. In the sidebar click on _**{% my config icon %}**_.
|
||||
1. From the configuration menu select: _**{% my integrations icon %}**_.
|
||||
1. In the bottom right, click on the
|
||||
2. From the configuration menu select: _**{% my integrations %}**_.
|
||||
3. In the bottom right, click on the
|
||||
_**{% my config_flow_start icon domain=page.ha_domain %}**_ button.
|
||||
1. From the list, search and select _**"Google Calendars"**_ and follow the instructions.
|
||||
|
||||
|
@ -202,8 +202,8 @@ Once `configuration.yaml` has a valid `nest` entry, you need to add Nest to your
|
||||
|
||||
1. Browse to your Home Assistant instance.
|
||||
1. In the sidebar click on _**{% my config icon %}**_.
|
||||
1. From the configuration menu select: _**{% my integrations icon %}**_.
|
||||
1. In the bottom right, click on the
|
||||
2. From the configuration menu select: _**{% my integrations %}**_.
|
||||
3. In the bottom right, click on the
|
||||
_**{% my config_flow_start icon domain=page.ha_domain %}**_ button.
|
||||
1. From the list, search and select _**"Nest"**_ and follow the instructions.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user