Skip to content

Commit

Permalink
alexarc4shng plugin: Improve metadata description
Browse files Browse the repository at this point in the history
  • Loading branch information
onkelandy committed Jan 15, 2024
1 parent 7b19180 commit f651857
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions alexarc4shng/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ parameters:
en: 'An Item to give the plugin permission to remote control the echo-devices (e.g. via UZSU)'
description_long:
de: 'Item, das beispielsweise durch eine Zeitschaltuhr oder etwas anderem geschaltet wird,
um die Kommunikation mit Alexa-Amazon-Geräten zu ermöglichen.
Ist der Wert leer oder nicht angegeben, ist die Kommunikation jederzeit rund um die Uhr aktiviert.
um die Kommunikation mit Alexa-Amazon-Geräten zu ermöglichen.\n
Ist der Wert leer oder nicht angegeben, ist die Kommunikation jederzeit rund um die Uhr aktiviert.\n
Dieses Item wird nur während update_item in smarthomeNG überprüft. Wenn die API direkt von einer Logik oder
über die Benutzeroberfläche verwendet wird, wird das Item nicht überprüft.'
en: 'Item controlled by UZSU or something else which enables the communication to Alexa-Amazon-devices.
If left blank/not configured the communication is enabled all the time 24/7.
en: 'Item controlled by UZSU or something else which enables the communication to Alexa-Amazon-devices.\n
If left blank/not configured the communication is enabled all the time 24/7.\n
This item is only checked during update_item in smarthomeNG.
If you use the API directly from a logic or from the Webinterface the item will not be checked.'

Expand All @@ -56,11 +56,11 @@ parameters:
de: 'Zugangsdaten für das Amazon-Alexa-Web-Site <USER>:<PWD>, base64 encodiert'
en: 'credentials for the amazon-alexa-website <USER>:<PWD>, base64 encoded'
description_long:
de: 'Die Zugangsdaten können entweder über der Web Interface kodiert werden oder direkt über eine Python-Konsole mit den zwei Zeilen
import base64
de: 'Die Zugangsdaten können entweder über der Web Interface kodiert werden oder direkt über eine Python-Konsole mit den zwei Zeilen\n
import base64\n
base64.b64encode("[email protected]:your_pwd".encode("utf-8"))'
en: 'The access credentials can be encoded either through the web interface or directly via a Python console using the following two lines.
import base64
en: 'The access credentials can be encoded either through the web interface or directly via a Python console using the following two lines.\n
import base64\n
base64.b64encode("[email protected]:your_pwd".encode("utf-8"))'

login_update_cycle:
Expand Down

0 comments on commit f651857

Please sign in to comment.