b2022.11.0
Pre-release
Pre-release
Note: this is a beta release!
Features & improvements
-
Localization support has been completed for both HASS.Agent and the installer
- Thanks @LeandroIssa for all your help, effort and patience!
- Currently, Neilge is working on French and @Syntoxr on German
- If you want to help them out, or start translating another language, you can do so here:
-
You can now select a specific network-card for the Network multivalue-sensor
- This should drastically decrease the amount of entities added
- If you've already added the sensor, 'All' is selected by default
-
Setup an issue-tracker to centrally manage all open tickets and requests
- URL: https://lab02research.youtrack.cloud
- You can see which tickets are open, which are scheduled for the next release, what's being worked on and what's done
- Also, for good measure, some graphs
- It's readonly, please use GitHub or Discord to open new tickets
-
New versioning schema
- Previous schema:
{year}.{month}.{day}.{releasenr}
- Makes it easy to see when a version was released
- But I don't know whén a version will be released, so doesn't work well with issue-trackers
- New schema:
{year}.{releasenr}.{revision}
- Since this is the 11th release (already!), it's 2022.11.0
- If I release a fix for this version, it'll be 2022.11.1, etc
- Betas will now have
-beta{nr}
appended to the version - So this is release 2022.11.0-beta1
- Betas will now have
- Important:
- After this release, older versions will no longer receive an 'update available' popup!
- They won't understand the new schema and drop it
- Previous schema:
-
New sensor: GeoLocation (thanks Neilge)
- Returns a comma-seperated value:
{lat},{lon},{alt}
- Make sure you've enabled Location Services in Windows
- Returns a comma-seperated value:
-
The sensor window now shows the current value of your stored sensors
- You have to store new sensors and reopen the window before its value is shown
- Only applies to single-value sensors
-
Added
test wmi query
andtest performance counter
to the new-sensor window- Useful when you want to test whether your settings are ok, and what value they return
-
Notifications: you can now opt to ignore certificate errors [#42] (thanks @andystewart999)
Bugfixes
- Opening a stored QuickAction now correctly loads its domain and entity