diff --git a/src/HASS.Agent.Staging/HASS.Agent.Shared/Enums/SensorType.cs b/src/HASS.Agent.Staging/HASS.Agent.Shared/Enums/SensorType.cs
index 647a4d50..dae372c2 100644
--- a/src/HASS.Agent.Staging/HASS.Agent.Shared/Enums/SensorType.cs
+++ b/src/HASS.Agent.Staging/HASS.Agent.Shared/Enums/SensorType.cs
@@ -157,6 +157,10 @@ public enum SensorType
[LocalizedDescription("SensorType_WmiQuerySensor", typeof(Languages))]
[EnumMember(Value = "WmiQuerySensor")]
- WmiQuerySensor
+ WmiQuerySensor,
+
+ [LocalizedDescription("SensorType_InternalDeviceSensor", typeof(Languages))]
+ [EnumMember(Value = "InternalDeviceSensor")]
+ InternalDeviceSensor
}
}
\ No newline at end of file
diff --git a/src/HASS.Agent.Staging/HASS.Agent.Shared/Resources/Localization/Languages.Designer.cs b/src/HASS.Agent.Staging/HASS.Agent.Shared/Resources/Localization/Languages.Designer.cs
index 10d1a41d..03729634 100644
--- a/src/HASS.Agent.Staging/HASS.Agent.Shared/Resources/Localization/Languages.Designer.cs
+++ b/src/HASS.Agent.Staging/HASS.Agent.Shared/Resources/Localization/Languages.Designer.cs
@@ -6546,6 +6546,15 @@ internal static string SensorType_GpuTemperatureSensor {
}
}
+ ///
+ /// Looks up a localized string similar to InternalDeviceSensor.
+ ///
+ internal static string SensorType_InternalDeviceSensor {
+ get {
+ return ResourceManager.GetString("SensorType_InternalDeviceSensor", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to LastActive.
///
diff --git a/src/HASS.Agent.Staging/HASS.Agent.Shared/Resources/Localization/Languages.en.resx b/src/HASS.Agent.Staging/HASS.Agent.Shared/Resources/Localization/Languages.en.resx
index 9226c43b..dcccc5d2 100644
--- a/src/HASS.Agent.Staging/HASS.Agent.Shared/Resources/Localization/Languages.en.resx
+++ b/src/HASS.Agent.Staging/HASS.Agent.Shared/Resources/Localization/Languages.en.resx
@@ -811,10 +811,10 @@ you can probably use the preset address.
Description
- &Run as 'Low Integrity'
+ &Run as 'Low Integrity'
- What's this?
+ What's this?
Type
@@ -1214,7 +1214,7 @@ report bugs or get involved in general chit-chat!
Fetching info, please wait..
- There's a new release available:
+ There's a new release available:
Release notes
@@ -1264,22 +1264,22 @@ If you just want a window with a specific URL (not an entire browser), use a 'We
Logs off the current session.
- Simulates 'Mute' key.
+ Simulates 'Mute' key.
- Simulates 'Media Next' key.
+ Simulates 'Media Next' key.
- Simulates 'Media Pause/Play' key.
+ Simulates 'Media Pause/Play' key.
- Simulates 'Media Previous' key.
+ Simulates 'Media Previous' key.
- Simulates 'Volume Down' key.
+ Simulates 'Volume Down' key.
- Simulates 'Volume Up' key.
+ Simulates 'Volume Up' key.
Simulates pressing mulitple keys.
@@ -1328,7 +1328,7 @@ Note: due to a limitation in Windows, this only works if hibernation is disabled
You can use something like NirCmd (http://www.nirsoft.net/utils/nircmd.html) to circumvent this.
- Please enter the location of your browser's binary! (.exe file)
+ Please enter the location of your browser's binary! (.exe file)
The browser binary provided could not be found, please ensure the path is correct and try again.
@@ -1347,7 +1347,7 @@ Please check the logs for more information.
Please enter a valid API key!
- Please enter a value for your Home Assistant's URI.
+ Please enter a value for your Home Assistant's URI.
Unable to connect, the following error was returned:
@@ -1462,7 +1462,7 @@ Check the HASS.Agent (not the service) logs for more information.
Activating Start-on-Login..
- Something went wrong. You can try again, or skip to the next page and retry after HASS.Agent's restart.
+ Something went wrong. You can try again, or skip to the next page and retry after HASS.Agent's restart.
Enable Start-on-Login
@@ -1471,7 +1471,7 @@ Check the HASS.Agent (not the service) logs for more information.
Please provide a valid API key.
- Please enter your Home Assistant's URI.
+ Please enter your Home Assistant's URI.
Unable to connect, the following error was returned:
@@ -1721,19 +1721,19 @@ Please configure an executor or your command will not run.
This means it will only be able to save and modify files in certain locations,
- such as the '%USERPROFILE%\AppData\LocalLow' folder or
+ such as the '%USERPROFILE%\AppData\LocalLow' folder or
- the 'HKEY_CURRENT_USER\Software\AppDataLow' registry key.
+ the 'HKEY_CURRENT_USER\Software\AppDataLow' registry key.
- You should test your command to make sure it's not influenced by this!
+ You should test your command to make sure it's not influenced by this!
{0} only!
- The MQTT manager hasn't been configured properly, or hasn't yet completed its startup.
+ The MQTT manager hasn't been configured properly, or hasn't yet completed its startup.
Unable to fetch your entities because of missing config, please enter the required values in the config screen.
@@ -1888,10 +1888,10 @@ Please check the logs and make a bug report on GitHub.
Checking..
- You're running the latest version: {0}{1}
+ You're running the latest version: {0}{1}
- There's a new BETA release available:
+ There's a new BETA release available:
HASS.Agent BETA Update
@@ -2088,7 +2088,7 @@ This will also contain users that aren't active. If you only want the current ac
Note: if used in the satellite service, it won't detect userspace applications.
- Provides an ON/OFF value based on whether the window is currently open (doesn't have to be active).
+ Provides an ON/OFF value based on whether the window is currently open (doesn't have to be active).
Provides card info, configuration, transfer- & package statistics and addresses (ip, mac, dhcp, dns) of the selected network card(s).
@@ -2592,7 +2592,7 @@ Do you still want to use the current values?
ApplicationStarted
- You can use the satellite service to run sensors and commands without having to be logged in. Not all types are available, for instance the 'LaunchUrl' command can only be added as a regular command.
+ You can use the satellite service to run sensors and commands without having to be logged in. Not all types are available, for instance the 'LaunchUrl' command can only be added as a regular command.
Last Known Value
@@ -2708,7 +2708,7 @@ Note: this is not required for the new integration to function. Only enable and
&Enable Media Player Functionality
- HASS.Agent can act as a media player for Home Assistant, so you'll be able to see and control any media that's playing, and send text-to-speech. If you have MQTT enabled, your device will automatically get added. Otherwise, manually configure the integration to use the local API.
+ HASS.Agent can act as a media player for Home Assistant, so you'll be able to see and control any media that's playing, and send text-to-speech. If you have MQTT enabled, your device will automatically get added. Otherwise, manually configure the integration to use the local API.
If something is not working, make sure you try the following steps:
@@ -2762,10 +2762,10 @@ Note: this is not required for the new integration to function. Only enable and
Tray Icon
- Your input language '{0}' is known to collide with the default CTRL-ALT-Q hotkey. Please set your own.
+ Your input language '{0}' is known to collide with the default CTRL-ALT-Q hotkey. Please set your own.
- Your input language '{0}' is unknown, and might collide with the default CTRL-ALT-Q hotkey. Please check to be sure. If it does, consider opening a ticket on GitHub so it can be added to the list.
+ Your input language '{0}' is unknown, and might collide with the default CTRL-ALT-Q hotkey. Please check to be sure. If it does, consider opening a ticket on GitHub so it can be added to the list.
No keys found
@@ -2777,7 +2777,7 @@ Note: this is not required for the new integration to function. Only enable and
Error while parsing keys, please check the logs for more information.
- The number of open brackets ('[') does not correspond to the number of closed brackets. (']')! ({0} to {1})
+ The number of open brackets ('[') does not correspond to the number of closed brackets. (']')! ({0} to {1})
Documentation
@@ -2810,7 +2810,7 @@ information.
-Restart Home Assistant
- The same goes for the media player, this integration allows you to control your device as a media_player entity, see what's playing and send text-to-speech.
+ The same goes for the media player, this integration allows you to control your device as a media_player entity, see what's playing and send text-to-speech.
HASS.Agent-MediaPlayer GitHub Page
@@ -2833,7 +2833,7 @@ information.
Do you want to enable it?
- You can choose what modules you want to enable. They require HA integrations, but don't worry, the next page will give you more info on how to set them up.
+ You can choose what modules you want to enable. They require HA integrations, but don't worry, the next page will give you more info on how to set them up.
Note: 5115 is the default port, only change it if you changed it in Home Assistant.
@@ -2864,10 +2864,10 @@ Do you want to use that version?
&Always show centered in screen
- Show the window's &title bar
+ Show the window's &title bar
- Set window as 'Always on &Top'
+ Set window as 'Always on &Top'
Drag and resize this window to set the size and location of your webview command.
@@ -2902,7 +2902,7 @@ Please ensure the keycode field is in focus and press the key you want simulated
Enable State Notifications
- HASS.Agent will sanitize your device name to make sure HA will accept it, you can overrule this rule below if you're sure that your name will be accepted as-is.
+ HASS.Agent will sanitize your device name to make sure HA will accept it, you can overrule this rule below if you're sure that your name will be accepted as-is.
HASS.Agent sends notifications when the state of a module changes, you can adjust whether or not you want to receive these notifications below.
@@ -2974,7 +2974,7 @@ Note: You disabled sanitation, so make sure your device name is accepted by Home
Puts all monitors in sleep (low power) mode.
- Tries to wake up all monitors by simulating a 'arrow up' keypress.
+ Tries to wake up all monitors by simulating a 'arrow up' keypress.
Sets the volume of the current default audiodevice to the specified level.
@@ -3033,7 +3033,7 @@ Are you sure you want to use this URI anyway?
Please start the service first in order to configure it.
- If you want to manage the service (add commands and sensor, change settings) you can do so here, or by using the 'satellite service' button on the main window.
+ If you want to manage the service (add commands and sensor, change settings) you can do so here, or by using the 'satellite service' button on the main window.
Show default menu on mouse left-click
@@ -3219,4 +3219,7 @@ Do you want to download the runtime installer?
domain
+
+ InternalDeviceSensor
+
\ No newline at end of file
diff --git a/src/HASS.Agent.Staging/HASS.Agent.Shared/Resources/Localization/Languages.resx b/src/HASS.Agent.Staging/HASS.Agent.Shared/Resources/Localization/Languages.resx
index e4ae07d5..d6b53d8c 100644
--- a/src/HASS.Agent.Staging/HASS.Agent.Shared/Resources/Localization/Languages.resx
+++ b/src/HASS.Agent.Staging/HASS.Agent.Shared/Resources/Localization/Languages.resx
@@ -1,6 +1,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 1.3
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 1.3
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
This page allows you to configure bindings with external tools.
-
+
Clear Image Cache
-
+
Open Folder
-
+
Image Cache Location
-
+
days
-
+
Port
-
+
Show Test Notification
-
+
Execute Port Reservation
-
+
Note: 5115 is the default port, only change it if you changed it in Home Assistant.
-
+
Yes, accept notifications on port
-
+
HASS.Agent can receive notifications from Home Assistant, using text and/or images.
Do you want to enable this function?
-
+
HASS.Agent-Notifier GitHub Page
-
+
Make sure you follow these steps:
- Install HASS.Agent-Notifier integration
@@ -144,241 +143,241 @@ Do you want to enable this function?
- Configure a notifier entity
- Restart Home Assistant
-
+
To use notifications, you need to install and configure the HASS.Agent-notifier integration in
Home Assistant.
This is very easy using HACS but may also be installed manually, visit the link below for more
information.
-
+
Name
-
+
Type
-
+
Apply
-
+
Stored!
-
+
Name
-
+
Type
-
+
HASS.Agent Port Reservation
-
+
HASS.Agent Post Update
-
+
HASS.Agent Restarter
-
+
Name
-
+
Type
-
+
Type
-
+
Domain
-
+
Entity
-
+
Action
-
+
Hotkey
-
+
Description
-
+
Domain
-
+
enable hotkey
-
+
Name
-
+
Type
-
+
Sensors Configuration
-
+
setting 1
-
+
Setting 2
-
+
Setting 3
-
+
Type
-
+
General
-
+
MQTT
-
+
Commands
-
+
Sensors
-
+
General
-
+
External Tools
-
+
Home Assistant API
-
+
Hotkey
-
+
Local Storage
-
+
Logging
-
+
MQTT
-
+
Notifications
-
+
Satellite Service
-
+
Startup
-
+
Updates
-
+
Browse HASS.Agent documentation and usage examples.
-
+
Show HASS.Agent
-
+
Show Quick Actions
-
+
Configuration
-
+
Manage Quick Actions
-
+
Manage Local Sensors
-
+
Manage Commands
-
+
Check for Updates
-
+
Donate
-
+
Help && Contact
-
+
About
-
+
Exit HASS.Agent
-
+
Loading..
-
+
Loading..
-
+
notification api:
-
+
HASS.Agent Onboarding
-
+
Fetching info, please wait..
-
+
Execute a custom command.
These commands run without special elevation. To run elevated, create a Scheduled Task, and use 'schtasks /Run /TN "TaskName"' as the command to execute your task.
Or enable 'run as low integrity' for even stricter execution.
-
+
Executes the command through the configured custom executor (in Configuration -> External Tools).
Your command is provided as an argument 'as is', so you have to supply your own quotes etc. if necessary.
-
+
Sets the machine in hibernation.
-
+
Simulates a single keypress.
Click on the 'keycode' textbox and press the key you want simulated. The corresponding keycode will be entered for you.
If you need more keys and/or modifiers like CTRL, use the MultipleKeys command.
-
+
Launches the provided URL, by default in your default browser.
To use 'incognito', provide a specific browser in Configuration -> External Tools.
If you just want a window with a specific URL (not an entire browser), use a 'WebView' command.
-
+
Locks the current session.
-
+
Logs off the current session.
-
+
Simulates 'Mute' key.
-
+
Simulates 'Media Next' key.
-
+
Simulates 'Media Pause/Play' key.
-
+
Simulates 'Media Previous' key.
-
+
Simulates 'Volume Down' key.
-
+
Simulates 'Volume Up' key.
-
+
Simulates pressing mulitple keys.
You need to put [ ] between every key, otherwise HASS.Agent can't tell them apart. So say you want to press X TAB Y SHIFT-Z, it'd be [X] [{TAB}] [Y] [+Z].
@@ -395,540 +394,540 @@ There are a few tricks you can use:
More info: https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.sendkeys
-
+
Execute a Powershell command or script.
You can either provide the location of a script (*.ps1), or a single-line command.
This will run without special elevation.
-
+
Resets all sensor checks, forcing all sensors to process and send their value.
Useful for example if you want to force HASS.Agent to update all your sensors after a HA reboot.
-
+
Restarts the machine after one minute.
Tip: Accidentally triggered? Run 'shutdown /a' to abort shutdown.
-
+
Shuts down the machine after one minute.
Tip: Accidentally triggered? Run 'shutdown /a' to abort shutdown.
-
+
Puts the machine to sleep.
Note: due to a limitation in Windows, this only works if hibernation is disabled, otherwise it will just hibernate.
You can use something like NirCmd (http://www.nirsoft.net/utils/nircmd.html) to circumvent this.
-
+
Please enter the location of your browser's binary! (.exe file)
-
+
The browser binary provided could not be found, please ensure the path is correct and try again.
-
+
No incognito arguments were provided so the browser will likely launch normally.
Do you want to continue?
-
+
Something went wrong while launching your browser in incognito mode!
Please check the logs for more information.
-
+
Please enter a valid API key!
-
+
Please enter a value for your Home Assistant's URI.
-
+
Unable to connect, the following error was returned:
{0}
-
+
Connection OK!
Home Assistant version: {0}
-
+
Image cache has been cleared!
-
+
Cleaning..
-
+
Notifications are currently disabled, please enable them and restart the HASS.Agent, then try again.
-
+
The test notification should have appeared, if you did not receive it please check the logs or consult the documentation for troubleshooting tips.
Note: This only tests locally whether notifications can be shown!
-
+
This is a test notification!
-
+
Executing, please wait..
-
+
Something went wrong whilst reserving the port!
Manual execution is required and a command has been copied to your clipboard, please open an elevated terminal and paste the command.
Additionally, remember to change your Firewall Rules port!
-
+
Not Installed
-
+
Disabled
-
+
Running
-
+
Stopped
-
+
Failed
-
+
Something went wrong whilst stopping the service, did you allow the UAC prompt?
Check the HASS.Agent (not the service) logs for more information.
-
+
The service is set to 'disabled', so it cannot be started.
Please enable the service first and try again.
-
+
Something went wrong whilst starting the service, did you allow the UAC prompt?
Check the HASS.Agent (not the service) logs for more information.
-
+
Something went wrong whilst disabling the service, did you allow the UAC prompt?
Check the HASS.Agent (not the service) logs for more information.
-
+
Something went wrong whilst enabling the service, did you allow the UAC prompt?
Check the HASS.Agent (not the service) logs for more information.
-
+
Something went wrong whilst reinstalling the service, did you allow the UAC prompt?
Check the HASS.Agent (not the service) logs for more information.
-
+
Something went wrong whilst disabling Start-on-Login, please check the logs for more information.
-
+
Something went wrong whilst disabling Start-on-Login, please check the logs for more information.
-
+
Enabled
-
+
Disable Start-on-Login
-
+
Disabled
-
+
Enable Start-on-Login
-
+
Start-on-Login has been activated!
-
+
Do you want to enable Start-on-Login now?
-
+
Start-on-Login is already activated, all set!
-
+
Activating Start-on-Login..
-
+
Something went wrong. You can try again, or skip to the next page and retry after HASS.Agent's restart.
-
+
Enable Start-on-Login
-
+
Please provide a valid API key.
-
+
Please enter your Home Assistant's URI.
-
+
Unable to connect, the following error was returned:
{0}
-
+
Connection OK!
Home Assistant version: {0}
-
+
Testing..
-
+
An error occurred whilst saving your commands, please check the logs for more information.
-
+
Storing and registering, please wait..
-
+
Connecting with satellite service, please wait..
-
+
Connecting to the service has failed!
-
+
The service hasn't been found! You can install and manage it from the configuration panel.
When it's up and running, come back here to configure the commands and sensors.
-
+
Communicating with the service has failed!
-
+
Unable to communicate with the service. Check the logs for more info.
You can open the logs and manage the service from the configuration panel.
-
+
Unauthorized
-
+
You are not authorized to contact the service.
If you have the correct auth ID, you can set it now and try again.
-
+
Fetching settings failed!
-
+
The service returned an error while requesting its settings. Check the logs for more info.
You can open the logs and manage the service from the configuration panel.
-
+
Fetching MQTT settings failed!
-
+
The service returned an error while requesting its MQTT settings. Check the logs for more info.
You can open the logs and manage the service from the configuration panel.
-
+
Fetching configured commands failed!
-
+
The service returned an error while requesting its configured commands. Check the logs for more info.
You can open the logs and manage the service from the configuration panel.
-
+
Fetching configured sensors failed!
-
+
The service returned an error while requesting its configured sensors. Check the logs for more info.
You can open the logs and manage the service from the configuration panel.
-
+
Storing an empty auth ID will allow all HASS.Agent to access the service.
Are you sure you want this?
-
+
An error occurred whilst saving, check the logs for more information.
-
+
Please provide a device name!
-
+
Please select an executor first. (Tip: Double click to Browse)
-
+
The selected executor could not be found, please ensure the path provided is correct and try again.
-
+
Set an auth ID if you don't want every instance of HASS.Agent on this PC to connect with the satellite service.
Only the instances that have the correct ID, can connect.
Leave empty to allow all to connect.
-
+
This is the name with which the satellite service registers itself on Home Assistant.
By default, it's your PC's name plus '-satellite'.
-
+
The amount of time the satellite service will wait before reporting a lost connection to the MQTT broker.
-
+
Error fetching status, please check logs for information.
-
+
An error occurred whilst saving the configuration, please check the logs for more information.
-
+
Storing and registering, please wait..
-
+
An error occurred whilst saving the sensors, please check the logs for more information.
-
+
Storing and registering, please wait..
-
+
Not all steps completed succesfully. Please consult the logs for more information.
-
+
Not all steps completed succesfully. Please consult the logs for more information.
-
+
HASS.Agent is still active after {0} seconds. Please close all instances and restart manually.
Check the logs for more info, and optionally inform the developers.
-
+
Not all steps completed successfully, please check the logs for more information.
-
+
Enable Satellite Service
-
+
Disable Satellite Service
-
+
Start Satellite Service
-
+
Stop Satellite Service
-
+
Something went wrong while processing the desired service state.
Please consult the logs for more information.
-
+
Topic copied to clipboard!
-
+
Storing and registering, please wait..
-
+
An error occurred whilst saving commands, please check the logs for more information.
-
+
New Command
-
+
Mod Command
-
+
Please select a command type!
-
+
Please select a valid command type!
-
+
Select a valid entity type first.
-
+
Please provide a name!
-
+
A command with that name already exists, are you sure you want to continue?
-
+
If a command is not provided, you may only use this entity with an 'action' value via Home Assistant, running it as-is will have no action.
Are you sure you want to proceed?
-
+
If you don't enter a command or script, you can only use this entity with an 'action' value through Home Assistant. Running it as-is won't do anything.
Are you sure you want this?
-
+
Please enter a key code!
-
+
Checking keys failed: {0}
-
+
If a URL is not provided, you may only use this entity with an 'action' value via Home Assistant, running it as-is will have no action.
Are you sure you want to proceed?
-
+
Command
-
+
Command or Script
-
+
Keycode
-
+
Keycodes
-
+
Launch in Incognito Mode
-
+
Browser: Default
Please configure a custom browser to enable incognito mode.
-
+
URL
-
+
Browser: {0}
-
+
Executor: None
Please configure an executor or your command will not run.
-
+
Executor: {0}
-
+
Low integrity means your command will be executed with restricted privileges.
-
+
This means it will only be able to save and modify files in certain locations,
-
+
such as the '%USERPROFILE%\AppData\LocalLow' folder or
-
+
the 'HKEY_CURRENT_USER\Software\AppDataLow' registry key.
-
+
You should test your command to make sure it's not influenced by this!
-
+
{0} only!
-
+
The MQTT manager hasn't been configured properly, or hasn't yet completed its startup.
-
+
Unable to fetch your entities because of missing config, please enter the required values in the config screen.
-
+
There was an error trying to fetch your entities!
-
+
New Quick Action
-
+
Mod Quick Action
-
+
Unable to fetch your entities because of missing config, please enter the required values in the config screen.
-
+
There was an error trying to fetch your entities.
-
+
Please select an entity!
-
+
Unknown action, please select a valid one.
-
+
Storing and registering, please wait..
-
+
An error occurred whilst saving the sensors, please check the logs for more information.
-
+
New Sensor
-
+
Mod Sensor
-
+
Window Name
-
+
WMI Query
-
+
WMI Scope (optional)
-
+
Category
-
+
Counter
-
+
Instance (optional)
-
+
Process
-
+
Service
-
+
Please select a sensor type!
-
+
Please select a valid sensor type!
-
+
Please provide a name!
-
+
A single-value sensor already exists with that name, are you sure you want to proceed?
-
+
A multi-value sensor already exists with that name, are you sure you want to proceed?
-
+
Please provide an interval between 1 and 43200 (12 hours)!
-
+
Please enter a window name!
-
+
Please enter a query!
-
+
Please enter a category and instance!
-
+
Please enter the name of a process!
-
+
Please enter the name of a service!
-
+
{0} only!
-
+
You've changed your device's name.
All your sensors and commands will now be unpublished, and HASS.Agent will restart afterwards to republish them.
@@ -937,185 +936,185 @@ Don't worry, they'll keep their current names, so your automations or scripts wi
Note: the name will get 'sanitized', which means everything except letters, digits and whitespace get replaced by an underscore. This is required by HA.
-
+
You've changed the local API's port. This new port needs to be reserved.
You'll get an UAC request to do so, please approve.
-
+
Something went wrong!
Please manually execute the required command. It has been copied onto your clipboard, you just need to paste it into an elevated command prompt.
Remember to change your firewall rule's port as well.
-
+
The port has succesfully been reserved!
HASS.Agent will now restart to activate the new configuration.
-
+
Something went wrong while preparing to restart.
Please restart manually.
-
+
Your configuration has been saved. Most changes require HASS.Agent to restart before they take effect.
Do you want to restart now?
-
+
Something went wrong while loading your settings.
Check appsettings.json in the 'config' subfolder, or just delete it to start fresh.
-
+
There was an error launching HASS.Agent.
Please check the logs and make a bug report on GitHub.
-
+
&Sensors
-
+
&Commands
-
+
Checking..
-
+
You're running the latest version: {0}{1}
-
+
There's a new BETA release available:
-
+