Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use floor selector in floor related services #711

Merged
merged 1 commit into from
Apr 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions custom_components/spook/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ homeassistant_add_alias_to_floor:
description: The ID of the floor to add the alias to.
required: true
selector:
text:
floor:
alias:
name: Alias
description: The alias (or list of aliasses) to add to the floor.
Expand All @@ -363,7 +363,7 @@ homeassistant_remove_alias_from_floor:
description: The ID of the floor to remove the alias from.
required: true
selector:
text:
floor:
alias:
name: Alias
description: The alias (or list of aliasses) to remove from the floor.
Expand All @@ -382,7 +382,7 @@ homeassistant_set_floor_aliases:
description: The ID of the floor to set the aliases for.
required: true
selector:
text:
floor:
aliases:
name: Aliases
description: The aliases to set for the floor.
Expand All @@ -401,7 +401,7 @@ homeassistant_add_area_to_floor:
description: The ID of the floor to add the area on.
required: true
selector:
text:
floor:
area_id:
name: Area ID
description: The ID of the area(s) to add to the floor.
Expand Down Expand Up @@ -434,7 +434,8 @@ homeassistant_delete_floor:
description: The ID of the floor to delete.
required: true
selector:
text:
floor:
multiple: true

homeassistant_ignore_all_discovered:
name: Ignore all currently discovered devices 👻
Expand Down