manisar

Results 8 comments of manisar

To add to @marcosrogers comment above, if you are using this workaround (by adding an entry manually in `core.config_entries`, you'll also have to add a manual entry in `core.entity_registry` -...

Confirming the issue. For me, this is happening in `entity_picture`. My picture depends upon the state of an `input_boolean`. If I simply store the name of the `input_boolean` in a...

Anybody seeking a solution, see below. --- Update 27-Feb-2022: The author has explained this behavior in the [README](https://github.com/custom-cards/button-card#triggers_update). > _By default, the card will update itself when the main entity...

Also, enabling the feature request above, I think, will automatically add the `Shift Enter` feature which is used in `.py` files to send a piece of code to the interactive...

Found a workaround. While working on a `.coco` file, we can still force the editor to treat it as Python file - by hitting `Ctrl K` `M` (or by clicking...

Binding my custom handler before the one in xmpp module, even if it works, is not elegant always. For example, I do not want _my_ handler to fire always on...

This is my scenario. I want the existing (jitsi's) handler to execute **after** my handler gets the confirmation from user. But, at the same time, I want my handler to...

@Fuzzyma Thanks for the suggestion. It's a much better approach, and it will work provided the `beforeunload` and `unload` events can be tamed. No matter where I add my handler...