dwainscheeren / dwains-dashboard-addons

Dwains Dashboard Community Addons
118 stars 75 forks source link

Mapping values are not allowed here in "/config/dwains-dashboard/addons/rooms/study/fan/button.yaml", line 5, column 19 #123

Open arnos-nga opened 3 years ago

arnos-nga commented 3 years ago

Hi

I'm getting an error on the dashboard when load:

type: custom:button-card entity: {{ (data | fromjson),['entity'] }} template: rooms_child name: {{ name }} icon: {{ icon|default('mdi:puzzle') }} tap_action: action: navigate navigation_path: {{ navigation_path }} label: > [[[ if(entity){ return entity.state; } else { return 'Entity error!'; } ]]]

lukastillmann commented 3 years ago

This error often means there is something wrong with your indentation.

You didn't include the indentations in your example. However, there is a : missing behind navigate