b2022.2.16
Pre-release
Pre-release
Note: this is a beta release!
Features & improvements
-
New configuration page: External Tools
- Configure a specific browser and -executor
- Allows you to add a
incognito
field for the new LaunchUrl command- I've added the args for a few browsers (detected when you select the binary)
- If your browser isn't included, please let me know the arg and I'll add it
- If you select a custom browser, it'll be used throughout HASS.Agent
- In normal mode, not incognito, that's only for the LaunchUrl command
- Executor can be used in the new CustomExecutor command
-
New command: LaunchUrl
- Launches the specified url in your default browser
- Optionally launch incognito (thanks duceduc)
- For this to work, you need to config a custom browser
-
New command: CustomExecutor [#32] (thanks @scrthq)
- Execute commands through your favorite executor (set in
Configuration
->External Tools
) - Handy for instance if you use a lot of python scripts, no more copying the binary in custom commands
- Your command is provided as an argument 'as is', so you have to take care of quotes etc. yourself
- Execute commands through your favorite executor (set in
-
Various UI tweaks