home-assistant-ecosystem / home-assistant-cli

:computer: Command-line tool for Home Assistant
Other
428 stars 63 forks source link

prevent list command shadowing builtin #375

Closed davidcollins001001 closed 2 years ago

davidcollins001001 commented 2 years ago

Fix error with state history, eg

hass-cli --server=http://homeassistant:8123 --sort-by last_changed -l DEBUG state history --since 50m group.g_present

Fixes #332 - list function shadows built-in python version