Depends on the speed of the HACS maintainers. I already made the push request, and now it’s just waiting for release. Look like it could take a while
So, complete novice with HA but do have several smart blinds that I’d love a card like ‘enhanced Shutter card’ to allow me to control from the dashboard. Installed ‘ehanced shutter card’ via HACS and it appears in my list of available cards but if once I add it I don’t think it’s pulling through the images. The buttons work and I can click drag the broken link icon to move the blind up/down.
This is the yaml code but I know it’s not correct as can’t work out where to add the links to the images…
type: custom:enhanced-shutter-card
entities:
- entity: cover.ikea_of_sweden_fyrtur_block_out_roller_blind_cover_4
name: Bed1 Blind
button_up_hide_states:- open
- opening
- closing
button_down_hide_states: - closed
- opening
- closing
button_stop_hide_states: - open
- closed
- partial_open
@tommyp100 ,
By default, the images should load.
So, i think, there is something wrong with access rights, or the images are not installed.
Please, try also clearing the browser cache.
Got it working by just adding some of the config to the yaml code.
type: custom:enhanced-shutter-card
entities:
- entity: cover.ikea_of_sweden_fyrtur_block_out_roller_blind_cover_4
name: Bed1 Blind
window_image: esc-window.png
view_image: esc-back-view.png
shutter_slat_image: esc-shutter-slat.png
shutter_bottom_image: esc-shutter-bottom.png
base_width_px: 100
button_up_hide_states:- open
- opening
- closing
button_down_hide_states: - closed
- opening
- closing
button_stop_hide_states: - open
- closed
- partial_open
I have blocked Internet access on my tablet as this is not necessary. Since then, my card has stopped working. Can I use this card without Internet access?
Meanwhile after installing the newest version everything is fine.
I also deleted Browser Cache, maybe one of those helped
Hi @cnico
I added the setting ‘inline_header’ ( true/false). Now you can have name and position in one line, starting with version v1.1.2
Thanks, I fully migrated to your card and closed my old fork.
Long life to enhanced-shutter-card !
Hello,
with smartphone android, the descent of shutter is not working for me, i can’t go down shutter or up. It’s working with shutter-card
The last 1.1.3 with the last version of home assistant app
Does it work on your phone in a browser?
And please, create a issue for it, so i can manage it well.
[pb]: can’t use a state value to declare a variable value
First, thanks for this nice card.
I use the last version of enhanced shutter card
I want to lock the shutter when an entity state sensor.blocage_enocean is negative
I wrote :
type: custom:enhanced-shutter-card
view_layout:
grid-area: cover
entities:
- entity: cover.cover_piecev_moteur
name: TEST - pièce V
buttons_position: left
title_position: bottom
always_percentage: true
passive_mode: "{{ states('sensor.blocage_enocean') | int >= 0 }}"
partial_close_percentage: 20
if I simply use
passive_mode: true
it is ok, the shutter is locked
Where is the error ?
I tried
passive_mode: "[[ states.sensor.blocage_enocean.state >= 0 ]]"
with same result
This is not possible at the moment. Please create a feature request for it.