-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HA 0.106.x compatible #14
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixes 16 and fixes 17
Hi, for me this working fine even if it introduces a rendering issues when the plugin is used in sequence with other card type. |
Doesn't work on 0.106.6 |
Confirmed working on 106.6 with changes suggested by @Lau-ie. |
In which part of the code should I add those lines? |
Steps to get working:
|
I have add this repo in hacs https://github.com/Lau-ie/flex-horseshoe-card I have reinstalled the plugin from hacs and it work now. thank you Lau-ie |
Yep, it's working now! |
Wondering if this is going to be merged for release soon? |
Hi everyone! I'm slowly recovering from almost a year of illness, so that's the reason I didn't respond for a long time. I will test new version first, and then release a new version for HACS! |
Hi Amoebelabs! Very glad to have you back too further develop this awesome card! |
Thanx for your PR btw, it helped a lot of ppl while I was not able to do any work on this. I have now deployed another hass container next to my old 0.98 container, and since I'm using MQTT for most of my sensors, I can rebuild the new hass next to the old hass. A lot has changed I must say:
So, enough to do. I will post on the forum once I tested and made a new release. |
Added two lines of code to the main file:
setConfig(config) {
config = JSON.parse(JSON.stringify(config)); // This uses built-in functions, but may be slower than
Based on Thomas Loven's helpfull comment.
Confirmed working on my install