Oliver Gruß
Oliver Gruß
My Python skills are not on the homeassistant team lvl. I am having problems to get the inheritance (mixins) working within CoverEntity. Any help would be appriciated ... Anyways i...
Since i'm still struggling with the starting point (getting stuff into CoverEntity) i will be glad to join you. I will cancle my PR and would join yours if you...
PR is closed! @emontnemery Please share your PR when you opened it. Or link the Branch then it is documented for the others what is happening.
I got something working now! @emontnemery https://github.com/CubieMedia/core/tree/CubieMedia-MQTT-Toggle-Cover But im still not satisfied with the use of async and sync methodes ... there is redundant code and i think for me...
Thanks to your advice it looks really clean. I also got more confident and changed some methods definition in MqttCover, the redundant code is also solved with this. My first...
I am also looking forward to this as a door opener button, i will do some test when my other PR is accepted! Do i get this correctly, the _pressed_action_...
Ok, i checked out your branch and build the js file. Copied it to my "config/www" folder. Then i added the file as resource in my Configuration -> Lovelace. I...
This is a Pull Request and should work. Also i don't think @indykoning did not test this. That is why i am assuming i am doing something wrong.
Thanks for the tip, it works with "press_action"! ``` type: custom:button-card entity: light.cubiemedia_gpio_output_10_10_20_42_18 name: Haustür tap_action: action: null press_action: action: call-service service: homeassistant.turn_on service_data: entity_id: light.cubiemedia_gpio_output_10_10_20_42_18 release_action: action: call-service service:...
Since im using this solution now daily i have found a little flaw. You have a custom-button card in lovelace (eg. door opener). **Use-Case:** If you press the button the...