Rename Services to Actions: URL Fixes (#33844)

This commit is contained in:
Franck Nijhof 2024-07-17 10:33:27 +02:00 committed by GitHub
parent 369670927d
commit f8c7bbb661
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 7 additions and 7 deletions

View File

@ -57,7 +57,7 @@ data:
rgb_color: [255, 0, 0] rgb_color: [255, 0, 0]
``` ```
A full list of the parameters for an action can be found on the documentation page of each integration, in the same way as it's done for the `light.turn_on` [action](/integrations/light/#service-lightturn_on). A full list of the parameters for an action can be found on the documentation page of each integration, in the same way as it's done for the `light.turn_on` [action](/integrations/light/#action-lightturn_on).
### Use templates to decide which action to perform ### Use templates to decide which action to perform
@ -184,10 +184,10 @@ There are four `homeassistant` actions that aren't tied to any single domain, th
- `homeassistant.toggle` - Turns off an entity that is on, or turns on an entity that is off (that supports being turned on and off) - `homeassistant.toggle` - Turns off an entity that is on, or turns on an entity that is off (that supports being turned on and off)
- `homeassistant.update_entity` - Request the update of an entity, rather than waiting for the next scheduled update, for example [Google travel time] sensor, a [template sensor], or a [light] - `homeassistant.update_entity` - Request the update of an entity, rather than waiting for the next scheduled update, for example [Google travel time] sensor, a [template sensor], or a [light]
Complete action details and examples can be found on the [Home Assistant integration][homeassistant-integration-services] page. Complete action details and examples can be found on the [Home Assistant integration][homeassistant-integration-actions] page.
[templating]: /docs/configuration/templating/ [templating]: /docs/configuration/templating/
[google travel time]: /integrations/google_travel_time/ [google travel time]: /integrations/google_travel_time/
[template sensor]: /integrations/template/ [template sensor]: /integrations/template/
[light]: /integrations/light/ [light]: /integrations/light/
[homeassistant-integration-services]: /integrations/homeassistant#services [homeassistant-integration-actions]: /integrations/homeassistant#actions

View File

@ -259,7 +259,7 @@
<li>{% active_link /integrations/mqtt/#broker-configuration Broker %}</li> <li>{% active_link /integrations/mqtt/#broker-configuration Broker %}</li>
<li>{% active_link /integrations/mqtt/#advanced-broker-configuration Certificate %}</li> <li>{% active_link /integrations/mqtt/#advanced-broker-configuration Certificate %}</li>
<li>{% active_link /integrations/mqtt/#mqtt-discovery Discovery %}</li> <li>{% active_link /integrations/mqtt/#mqtt-discovery Discovery %}</li>
<li>{% active_link /integrations/mqtt/#publish--dump-services Publish service %}</li> <li>{% active_link /integrations/mqtt/#publish--dump-actions Publish action %}</li>
<li>{% active_link /integrations/mqtt/#birth-and-last-will-messages Birth and last will messages %}</li> <li>{% active_link /integrations/mqtt/#birth-and-last-will-messages Birth and last will messages %}</li>
<li>{% active_link /integrations/mqtt/#testing-your-setup Testing your setup %}</li> <li>{% active_link /integrations/mqtt/#testing-your-setup Testing your setup %}</li>
<li>{% active_link /integrations/mqtt/#logging Logging %}</li> <li>{% active_link /integrations/mqtt/#logging Logging %}</li>

View File

@ -310,7 +310,7 @@ layout: null
/docs/z-wave/events /integrations/zwave_js#events /docs/z-wave/events /integrations/zwave_js#events
/docs/z-wave/installation /integrations/zwave_js#configuration /docs/z-wave/installation /integrations/zwave_js#configuration
/docs/z-wave/query-stage /integrations/zwave_js /docs/z-wave/query-stage /integrations/zwave_js
/docs/z-wave/services /integrations/zwave_js#services /docs/z-wave/services /integrations/zwave_js#actions
/ecosystem/ios/notifications https://companion.home-assistant.io/docs/notifications/notifications-basic /ecosystem/ios/notifications https://companion.home-assistant.io/docs/notifications/notifications-basic
/ecosystem/notebooks https://data.home-assistant.io /ecosystem/notebooks https://data.home-assistant.io
/ecosystem/notebooks/api https://data.home-assistant.io /ecosystem/notebooks/api https://data.home-assistant.io

View File

@ -2,7 +2,7 @@
title: "Clear up storage" title: "Clear up storage"
description: "More information on how to clear up storage in Home Assistant." description: "More information on how to clear up storage in Home Assistant."
related: related:
- docs: /integrations/recorder/#service-purge - docs: /integrations/recorder/#action-purge
title: purge the contents of the database title: purge the contents of the database
- docs: /common-tasks/os/#network-storage - docs: /common-tasks/os/#network-storage
title: Add network storage title: Add network storage
@ -25,7 +25,7 @@ There are several things you can do to free up some space:
The Home Assistant database can get huge! The Home Assistant database can get huge!
Luckily, there is a tool you can use to [purge the contents of the database](/integrations/recorder/#service-purge) Luckily, there is a tool you can use to [purge the contents of the database](/integrations/recorder/#action-purge)
You can [filter](/integrations/recorder/#configure-filter) what you send to You can [filter](/integrations/recorder/#configure-filter) what you send to
the database, and even change how long it stores the data the database, and even change how long it stores the data