home-assistant-ecosystem / home-assistant-cli

:computer: Command-line tool for Home Assistant
Other
437 stars 68 forks source link

Support lists in --arguments #404

Open FOLLGAD opened 1 year ago

FOLLGAD commented 1 year ago

Adds support for things like rgb_color in arguments:

hass-cli service call light.turn_on --arguments 'entity_id=light.id,rgb_color="[255,0,150]"'

Fixes #345