Skip to content

Commit

Permalink
Change services to actions (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
joostlek committed Aug 7, 2024
1 parent 06bbe8b commit 3ddec0a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion public/badges/developer_call_service.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/badges/developer_services.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 17 additions & 17 deletions redirect.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,18 +163,32 @@
"description": "show your dashboard configs",
"introduced": "2021.3"
},
{
"redirect": "developer_services",
"name": "Developer tools: actions",
"badge": "Show action dev tools of",
"description": "show your action developer tools",
"introduced": "2021.3"
},
{
"redirect": "developer_assist",
"name": "Developer tools: Assist",
"badge": "Show Assist dev tools of",
"description": "show your Assist developer tools",
"introduced": "2023.8"
},
{
"redirect": "developer_events",
"name": "Developer tools: events",
"badge": "Show event dev tools of",
"description": "show your event developer tools",
"introduced": "2021.3"
},
{
"redirect": "developer_call_service",
"name": "Developer tools: call service",
"badge": "Call service on",
"description": "show your service developer tools with a specific service selected",
"name": "Developer tools: perform action",
"badge": "Perform action on",
"description": "show your service developer tools with a specific action selected",
"introduced": "2021.3",
"params": {
"service": "string"
Expand All @@ -183,20 +197,6 @@
"service": "homeassistant.turn_on"
}
},
{
"redirect": "developer_events",
"name": "Developer tools: events",
"badge": "Show event dev tools of",
"description": "show your event developer tools",
"introduced": "2021.3"
},
{
"redirect": "developer_services",
"name": "Developer tools: services",
"badge": "Show service dev tools of",
"description": "show your service developer tools",
"introduced": "2021.3"
},
{
"redirect": "developer_states",
"name": "Developer tools: states",
Expand Down

0 comments on commit 3ddec0a

Please sign in to comment.