pilot1981
(Pilot1981)
October 12, 2021, 1:47pm
1
Hi,
I’m receiveng error from check home assistant configuration action on choose syntax; anyone can say me howto to change this:
## package_natural_event:
## INFO 📦 Natural_events
## 😅 Caio & Gianpi [hassiohelp.eu]
## 📅 01/08/2019
## 📌 Information provided by MeteoAlarm, Burze, GDACS, DPC and INGV Italy
## 📂 PATH IMAGE /config/www/hassiohelp/pkg_natural_events
##--------------------------------------------------------------------------------------------------|
## METEOALARM: Cerca il nome della tua Regione o ID: http://meteoalarm.eu/it_IT/0/0/IT-Italia.html
## Strumento per visualizzare il raggio delle zone https://www.mapdevelopers.com/draw-circle-tool.php
## SSH & Web Terminal: per il check url e download immagine INGV https://github.com/hassio-addons/addon-ssh
## Centro Notifiche (AppDaemon Notifier): https://github.com/caiosweet/Package-Notification-HUB-AppDaemon/wiki
## Alelxa Sound Library TO Google. soundbank://soundlibrary/ >> REPLACE TO >> https://d3qhmae9zx9eb.cloudfront.net/
homeassistant:
customize:
########################################################################
## CUSTOMIZE NODE ANCHORS
########################################################################
package.node_anchors:
This file has been truncated. show original
Choose is used in automations and scripts. So it will be an error in one of those.
123
(Taras)
October 12, 2021, 2:00pm
3
Post the error message mentioning choose
.
pilot1981
(Pilot1981)
October 12, 2021, 2:47pm
4
ERROR:homeassistant.config:Invalid config for [script]: Service does not match format . for dictionary value
@ data[‘sequence’][3][‘choose’][0][‘sequence’][1][‘choose’][0][‘sequence’][2][‘service’]. Got None. (See ?, line ?).
ERROR:homeassistant:Error doing job: Task exception was never retrieved
123
(Taras)
October 12, 2021, 3:34pm
5
Review your more complex automations that contain nested choose
statements. The error message is referring to a service call in a choose
that is within another choose
.