You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
La configurazione della riga di comando binary_sensor utilizzando YAML è stata spostata.
Consulta la documentazione per spostare la tua configurazione YAML nella chiave di integrazione e riavvia Home Assistant per risolvere questo problema.
C'è un command line che dovrebbe essere formattato.
grazie
La configurazione della riga di comando binary_sensor utilizzando YAML è stata spostata.
Consulta la documentazione per spostare la tua configurazione YAML nella chiave di integrazione e riavvia Home Assistant per risolvere questo problema.
C'è un command line che dovrebbe essere formattato.
grazie
name: download_file # shakemap
device_class: connectivity
command: >
local=$(echo "{{ states('input_text.ingv_path_image') }}" | cut -d" " -f1);
remote=$(echo "{{ states('input_text.ingv_path_image') }}" | cut -d" " -f2);
rm -f "$local";
curl -sSf -Lk -m 5 "$remote" --create-dirs -o "$local" &&
echo "ON" || echo "OFF"
scan_interval: 525600 # 1 year
value_template: "{{ value }}"
The text was updated successfully, but these errors were encountered: