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 +```