github LAB02-Research/HASS.Agent v2021.12.31

latest releases: 2022.14.0, 2022.14.0-beta1, 2022.13.0...
2 years ago

Just in time for the new year; a few new features & some much needed improvements!

Features:

  • You can now use the arrow keys to move between Quick Actions, and press enter or space to activate (thanks freakshock)
  • Multi-value sensors
    • The 'normal' sensors all transmit one value, for instance 'cpu usage' or 'last login moment'
    • This is fine for specific values, but inadequate for sensors that contain lots of values, for instance disk information
    • With the addition of multi-value sensors, we can now add 1:N value based sensors
    • Values are sent in a dedicated topic: homeassistant/sensor/{device_name}/{dedicated_topic}/{one_of_the_containing_sensors_id}/state where {dedicated_topic} is the name you gave the multi-value sensor
  • New multi-value sensor: Storage
    • Provides the labels, total size (MB), available space (MB), used space (MB) and file system of all present non-removable disks
  • New multi-value sensor: Network
    • Provides card info, configuration, transfer- & package statistics and addresses (ip, mac, dhcp, dns) of all present network cards
  • Sensor- and command information panel
    • When adding a sensor or command, there's now a panel on the right that shows extended information about the selected type
  • New command: Lock
    • Locks the current session, useful for when you want to lock your PC when you leave the room or house

Bugfixes & improvements:

  • Fixed: sensor update interval not working [#8] (thanks @miit86)
  • Fixed: HASS.Agent doesn't properly announce unavailability upon closing
  • Fix: MQTT notification spam on disconnect (thanks freakshock)
  • After updating, if there's a Scheduled Task present, HASS.Agent will launch from there

There have been quite a few changes in the code, so bugs are imminent - please continue to create tickets, they're immensely helpful :)

Don't miss a new HASS.Agent release

NewReleases is sending notifications on new releases.