Uh oh!
There was an error while loading. Please reload this page.
Implement PyMap.get with the optional default. - #1233
Conversation
ccutrer
commented
Feb 5, 2025
This will fix openhab/openhab-addons#18219 |
ccutrer
commented
Mar 11, 2025
Ping @jasmith-hs |
jasmith-hs
commented
Mar 11, 2025
@ccutrer , what's the reason for not using |
ccutrer
commented
Mar 11, 2025
Cause I don't control the Jinja. It's from 3rd party software (zigbee2mqtt), that my software (openHAB) has to work with. And that 3rd party software is primary designed to work with other software (Home Assistant) that is written in Python, and thus they have very little incentive to restrict their usage of Jinja to what is compatible with Jinjava. It's open system too... while zigbee2mqtt is a common piece of software that many users integrate with, there's no limitations - there are hundreds of devices that use the same specification, but I couldn't possibly hope to specifically test with. |
jasmith-hs
left a comment
There was a problem hiding this comment.
Cause I don't control the Jinja. It's from 3rd party software (zigbee2mqtt), that my software (openHAB) has to work with. And that 3rd party software is primary designed to work with other software (Home Assistant) that is written in Python, and thus they have very little incentive to restrict their usage of Jinja to what is compatible with Jinjava. It's open system too... while zigbee2mqtt is a common piece of software that many users integrate with, there's no limitations - there are hundreds of devices that use the same specification, but I couldn't possibly hope to specifically test with.
Oh mb, I didn't realise that was the jinja functionality.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Jack Smith <72623970+jasmith-hs@users.noreply.github.com>
ccutrer
commented
Apr 11, 2025
@jasmith-hs: Any estimate on when the next release will be made? |
jasmith-hs
commented
Apr 22, 2025
I will work on releasing Jinjava 2.8.0 soon; hopefully this week |
No description provided.