mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
✏️ Move scripts and auth redirect to file (#14765)
This commit is contained in:
parent
902a6107de
commit
bff91be75c
@ -1,8 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "Authentication"
|
title: "Authentication"
|
||||||
description: "Guide on authentication in Home Assistant."
|
description: "Guide on authentication in Home Assistant."
|
||||||
redirect_from:
|
|
||||||
- /integrations/auth/
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Our authentication system secures access to Home Assistant.
|
Our authentication system secures access to Home Assistant.
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "Multi-factor authentication"
|
title: "Multi-factor authentication"
|
||||||
description: "Guide on configuring different multi-factor authentication modules."
|
description: "Guide on configuring different multi-factor authentication modules."
|
||||||
redirect_from: /integrations/auth/
|
|
||||||
---
|
---
|
||||||
|
|
||||||
The Multi-factor Authentication (MFA) modules require you to solve a second challenge after you provide your password.
|
The Multi-factor Authentication (MFA) modules require you to solve a second challenge after you provide your password.
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "Authentication Providers"
|
title: "Authentication Providers"
|
||||||
description: "Guide on configuring different auth providers."
|
description: "Guide on configuring different auth providers."
|
||||||
redirect_from: /integrations/auth/
|
|
||||||
---
|
---
|
||||||
|
|
||||||
When you log in, an _auth provider_ checks your credentials to make sure you are an authorized user.
|
When you log in, an _auth provider_ checks your credentials to make sure you are an authorized user.
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "Script Syntax"
|
title: "Script Syntax"
|
||||||
description: "Documentation for the Home Assistant Script Syntax."
|
description: "Documentation for the Home Assistant Script Syntax."
|
||||||
redirect_from: /getting-started/scripts/
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Scripts are a sequence of actions that Home Assistant will execute. Scripts are available as an entity through the standalone [Script component] but can also be embedded in [automations] and [Alexa/Amazon Echo] configurations.
|
Scripts are a sequence of actions that Home Assistant will execute. Scripts are available as an entity through the standalone [Script component] but can also be embedded in [automations] and [Alexa/Amazon Echo] configurations.
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "Conditions"
|
title: "Conditions"
|
||||||
description: "Documentation about all available conditions."
|
description: "Documentation about all available conditions."
|
||||||
redirect_from: /getting-started/scripts-conditions/
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Conditions can be used within a script or automation to prevent further execution. When a condition does not return true, the script or automation stops executing. A condition will look at the system at that moment. For example, a condition can test if a switch is currently turned on or off.
|
Conditions can be used within a script or automation to prevent further execution. When a condition does not return true, the script or automation stops executing. A condition will look at the system at that moment. For example, a condition can test if a switch is currently turned on or off.
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "Script Editor"
|
title: "Script Editor"
|
||||||
description: "Instructions on how to use the new script editor."
|
description: "Instructions on how to use the new script editor."
|
||||||
redirect_from: /docs/script/editor/
|
|
||||||
---
|
---
|
||||||
|
|
||||||
In Home Assistant 0.52 we introduced the first version of our script editor. If you just created a new configuration with Home Assistant then you're all set! Go to the UI and enjoy.
|
In Home Assistant 0.52 we introduced the first version of our script editor. If you just created a new configuration with Home Assistant then you're all set! Go to the UI and enjoy.
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "Service Calls"
|
title: "Service Calls"
|
||||||
description: "Instructions on how to call services in Home Assistant."
|
description: "Instructions on how to call services in Home Assistant."
|
||||||
redirect_from: /getting-started/scripts-service-calls/
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Various integrations allow calling services when a certain event occurs. The most common one is calling a service when an automation trigger happens. But a service can also be called from a script or via the Amazon Echo.
|
Various integrations allow calling services when a certain event occurs. The most common one is calling a service when an automation trigger happens. But a service can also be called from a script or via the Amazon Echo.
|
||||||
|
@ -2050,6 +2050,7 @@
|
|||||||
/docs/ecosystem/notebooks/installation https://data.home-assistant.io
|
/docs/ecosystem/notebooks/installation https://data.home-assistant.io
|
||||||
/docs/ecosystem/notebooks/stats https://data.home-assistant.io
|
/docs/ecosystem/notebooks/stats https://data.home-assistant.io
|
||||||
/docs/frontend/mobile https://companion.home-assistant.io
|
/docs/frontend/mobile https://companion.home-assistant.io
|
||||||
|
/docs/script/editor /docs/scripts/editor
|
||||||
/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
|
||||||
@ -2058,6 +2059,7 @@
|
|||||||
/ecosystem/notebooks/installation https://data.home-assistant.io
|
/ecosystem/notebooks/installation https://data.home-assistant.io
|
||||||
/ecosystem/notebooks/stats https://data.home-assistant.io
|
/ecosystem/notebooks/stats https://data.home-assistant.io
|
||||||
/ios/whats-new https://companion.home-assistant.io/docs/getting_started/getting-started
|
/ios/whats-new https://companion.home-assistant.io/docs/getting_started/getting-started
|
||||||
|
/integrations/auth /docs/authentication
|
||||||
/integrations/binary_sensor.knx /integrations/knx#binary-sensor
|
/integrations/binary_sensor.knx /integrations/knx#binary-sensor
|
||||||
/integrations/climate.knx /integrations/knx#climate
|
/integrations/climate.knx /integrations/knx#climate
|
||||||
/integrations/cover.knx /integrations/knx#cover
|
/integrations/cover.knx /integrations/knx#cover
|
||||||
@ -2081,6 +2083,9 @@
|
|||||||
/getting-started/installation-docker /docs/installation/docker
|
/getting-started/installation-docker /docs/installation/docker
|
||||||
/getting-started/installation-virtualenv /docs/installation/virtualenv
|
/getting-started/installation-virtualenv /docs/installation/virtualenv
|
||||||
/getting-started/installation-raspberry-pi /docs/installation/raspberry-pi
|
/getting-started/installation-raspberry-pi /docs/installation/raspberry-pi
|
||||||
|
/getting-started/scripts /docs/scripts
|
||||||
|
/getting-started/scripts-service-calls /docs/scripts/service-calls
|
||||||
|
/getting-started/scripts-conditions /docs/scripts/conditions
|
||||||
/getting-started/securing /docs/configuration/securing
|
/getting-started/securing /docs/configuration/securing
|
||||||
/getting-started/troubleshooting /docs/installation/troubleshooting
|
/getting-started/troubleshooting /docs/installation/troubleshooting
|
||||||
/getting-started/troubleshooting-configuration /docs/configuration/troubleshooting
|
/getting-started/troubleshooting-configuration /docs/configuration/troubleshooting
|
||||||
|
Loading…
x
Reference in New Issue
Block a user