dCon0ne
(Don Con)
March 29, 2019, 11:02pm
1
Can someone, point out the error in the syntax(text in RED), in the photo???
The “tap_action” works, the garage door will either open or close, but there is that RED message, in the UI Editor…
aidbish
(Adrian)
March 30, 2019, 12:56pm
2
Cant help fix but i wonder if its an issue with glance card and covers
See this post here, the person has the same error but it references the entity.3.tap_action which is also a cover.
I have a similar issue. I get this clue:
Your config is not supported by the UI editor:
Expected a value of type `{entity,name,icon} | entity-id` for `entities.3.tap_action` but received `{"action":"call-service","service":"cover.open_cover","service_data":{"entity_id":"cover.big_door"}}`.
Falling back to YAML editor.
on this glance card config:
type: glance
title: Doors
entities:
- entity: binary_sensor.master_door
icon: 'mdi:door'
name: Master
- entity: binary_sensor.bar_door
…
I would post an issue on Issues · home-assistant/frontend · GitHub
to see if they can help and possibly fix