-
Notifications
You must be signed in to change notification settings - Fork 35
Description
Please make sure that the feature you'd like to request is not already requested :)
Is your feature request related to a problem? Please describe.
I make scripts that work for me in my LAN, they onlyuse one variable, the IP. I like to call them thru Home Assistant buttons. That home assistant buttons call hass.agernt commands that execute the script with the desired IP parameter. I need to have one command in hass.agent for each IP I want to use the script on. There is no option to send a parameter from Home Assistant to hass.agent commands.
Describe the solution you'd like
Working with Home Assistant I realized that the infra red devices can be the solution. You can call an infrared device with a parameter (in that case the infrared signal code to send)
Describe alternatives you've considered
I'm not able to find any alternative that is not the 1 ip -> 1 command option. And it works really nice but it's hard to mantain.
Additional context
none