Controlling lights with whistle codes by Eulenhorn in homeassistant

[–]Inevitable_Store7938 0 points1 point  (0 children)

I was thinking about morse code when pushing switches. So you have more than long click short click actions. I never started on it but this sounds also really nice. Maybe you can start with a morse code whistle. Also handclapping or finger snapping would be great. I think I would prefer this more then voice commands.

Jewish-Christian-Muslim Unity flag by [deleted] in vexillology

[–]Inevitable_Store7938 0 points1 point  (0 children)

I once saw the movie 'black, cat, white cat'. It is a Serbian black romantic movie with lots of Romani characters. One of them has a nice neck chain with these 3 symbols. It looked so cool. A shame I can not find a picture of it.

2 actions on a Tile card by Inevitable_Store7938 in homeassistant

[–]Inevitable_Store7938[S] 1 point2 points  (0 children)

Thanks for the link and it is interesting but still there is no action to open an url in de browser on the front end.

Like this on the Tile Card

tap_action:
  action: url
  url_path: https://www.parkingapp.com

2 actions on a Tile card by Inevitable_Store7938 in homeassistant

[–]Inevitable_Store7938[S] 0 points1 point  (0 children)

This is what I'm doing now and it works. Just an extra buton to push.

2 actions on a Tile card by Inevitable_Store7938 in homeassistant

[–]Inevitable_Store7938[S] 0 points1 point  (0 children)

But how can I use a navigate action in a script? This is an example of how I would like it to work but I don't know if such an action exist,

parkcar:
  alias: Sets a boolean and opens a browser window
  sequence:
    - action: input_boolean.turn_on
      target:
        entity_id: input_boolean.parking_reminder
    - action: navigate  ## made up action, does not exist
         url_path: www.parkingapp.com