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
Hi,
I dont get this card working completely.
The buttons (up, down and stop) are working fine, but the preset button doesn't work.
This is the card example code:
The entity_id doesn't go under data, It's under target.
Just use the HA dashboard editor to create your card configs, even if you are using dashboard in yaml mode.
Thank you, it works now. I used HA dashboard editor.
Is there an opportunity to change the theme of this card?
And another wish: is it possible to deactivate the yellow icon left to "Shutter" in this picture?
Hi,
I dont get this card working completely.
The buttons (up, down and stop) are working fine, but the preset button doesn't work.
This is the card example code:
type: "custom:shutter-row"
entity: cover.cover_entity
name: Friendly name
invert_position: true
state_color: true
preset_buttons:
- name: Open
icon: mdi:window-shutter-open
tap_action:
action: call-service
service: cover.set_cover_position
data:
entity_id: cover.cover_entity
position: 100
My entity of the shutter is called "cover.18sleepingroom"
I changed the YAML to this:
type: "custom:shutter-row"
entity: cover.18sleepingroom
name: Shutter sleepingroom
invert_position: true
state_color: true
preset_buttons:
- name: Open
icon: mdi:window-shutter-open
tap_action:
action: call-service
service: cover.set_cover_position
data:
entity_id: cover.18sleepingroom
position: 100
What is wrong? service?
The text was updated successfully, but these errors were encountered: