Wilbert

Results 19 comments of Wilbert

I was able to fix some issues related to 'Detected blocking' and hanging. See issue #1501.

Fixed hanging issues for (first-time) users not using the GitHub option. Update in https://github.com/wilbiev/UI/blob/main/custom_components/ui_lovelace_minimalist/__init__.py. PR created. Other issues were fixed in new available version v1.3.10 @lyneld, @karelkryda this should solve...

Replace the code in init.py with https://github.com/wilbiev/UI/blob/main/custom_components/ui_lovelace_minimalist/__init__.py. This fix is not part of the v1.3.10 release. A pull request is created.

@StarScream159 I see in the provided log you do not have an GitHub token configured. You need to enable the GitHub option when installing the integration. In your case you...

Issue solved in new available release v1.3.11

The defined variables are not recognized due to a wrong indentation. This is the correct syntax: ``` variables: ulm_card_person_entity: person.saeed ulm_card_person_use_entity_picture: true ulm_card_person_icon: mdi:face-man ulm_card_person_battery: sensor.battery_iphone ulm_card_person_eta: sensor.waze_travel_time_person ulm_address: sensor.s10_mike_gegeocodeerde_locatie...

I fixed two issues of the UI Minimalist integration with my limited knowledge of Python and Home Assistant. You can find the modified files __init__.py and base.py in my GitHub...

You can use the popup of the light card by setting the variables `ulm_card_light_enable_popup: true` or `ulm_card_light_enable_popup_tap: true`. See https://ui-lovelace-minimalist.github.io/UI/usage/cards/card_light/#variables