From 74feb5cb9318c183f31cd03f030833577df19ad8 Mon Sep 17 00:00:00 2001 From: Jure Date: Wed, 24 Jul 2024 14:06:05 +0200 Subject: [PATCH] Update selectors.markdown (#33949) --- source/_docs/blueprint/selectors.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/_docs/blueprint/selectors.markdown b/source/_docs/blueprint/selectors.markdown index 5cb8c40304f..b0204772d13 100644 --- a/source/_docs/blueprint/selectors.markdown +++ b/source/_docs/blueprint/selectors.markdown @@ -283,6 +283,10 @@ The output of this selector is the name of the selected network storage. It may also be the value `/backup`, if the user chooses to use the local data disk option instead of one of the configured network storage locations. +```yaml +backup_location: +``` + ## Boolean selector The boolean selector shows a toggle that allows the user to turn on or off @@ -1528,4 +1532,4 @@ The output of this selector is a list of triggers. For example: - platform: numeric_state entity_id: "sensor.outside_temperature" below: 20 -``` \ No newline at end of file +```