Skip to content

Instantly share code, notes, and snippets.

@jlpouffier
Created August 17, 2023 15:48
Show Gist options
  • Save jlpouffier/76f21c499fec73137bf04c967f7574ad to your computer and use it in GitHub Desktop.
Save jlpouffier/76f21c499fec73137bf04c967f7574ad to your computer and use it in GitHub Desktop.
Home Assistant Hot Tip of the Day: Sentence Trigger
alias: Raise The Desk
trigger:
- platform: conversation
command: raise the desk
action:
- service: button.press
target:
entity_id: button.standing_desk_move_desk_to_position_1
mode: single
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment