-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix multiscreen webview tray popup 152 v210 #189
base: main-old
Are you sure you want to change the base?
Fix multiscreen webview tray popup 152 v210 #189
Conversation
) This PR adds additional configuration without which the "SetAudioOutputCommand" and "SetApplicationVolume" commands were not available within UI. In addition: - it adds ability to configure the device audio name in UI for SetAudioOutputCommand - it adds translations for audio sensors missing in previous versions
…gent#40) This PR attempts to fix HASS.Agent crash when virtual desktops are switched. Probable root cause was bug in the management library HASS.Agent uses, this PR bumps the dependency version of this library to newest version.
* updated versions to 2.1.0-beta1 * updated installer version
…agent#45) This PR fixes issue where the "LastUpdated" value is not updated if sensor value is same as previously.
This PR adds screenshot sensor (camera entity) which was originally proposed and implemented by @denisabt in the PR to original HASS.Agent repository LAB02-Research#8 This sensor is supported only for client part of HASS.Agent.
This PR adds "SetAudioInputCommand" requested by Chrisdegod. In current state both default audio input and default communications device is set. Supports setting device configured within UI as well as sent as a payload on the command topic.
This PR fixes how action arguments are passed on to the PowershellCommand. Previously whole action string was passed as a one argument, this prevented parameter binding - after the changes the action string itself defines how the parameter/s will be handled. Thanks to @shupershuff for reporting :)
* added charset to the dllimport * added check for the window name length
* discovery payload is sent only once per run and config change
…ernation (hass-agent#51) This PR adds an option to ignore grace period if system was woken up from the hibernation not later than the grace period itself - disabled by default.
This PR adds modern transparent tray icon option
… hiding Hass.Agent Window. Issue hass-agent#157 This is a PR to merge into beta4 development branch.
@amadeo-alex Hi Alex, is there btw any way to contact you directly, via Email or anything ? I created this new PR based on your main (synced to my fork, and commits stashed into one). |
First merge attempt into latest main - not tested yet !