diff --git a/alexarc4shng/plugin.yaml b/alexarc4shng/plugin.yaml index b26922155..ec99a371b 100755 --- a/alexarc4shng/plugin.yaml +++ b/alexarc4shng/plugin.yaml @@ -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.' @@ -56,11 +56,11 @@ parameters: de: 'Zugangsdaten für das Amazon-Alexa-Web-Site :, base64 encodiert' en: 'credentials for the amazon-alexa-website :, 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("user.test@gmail.com: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("user.test@gmail.com:your_pwd".encode("utf-8"))' login_update_cycle: