Yuval Aboulafia
Yuval Aboulafia
**Is your feature request related to a problem? Please describe.** This feature is available on the device itself as a long press button. And is shown as state in the...
**Is your feature request related to a problem? Please describe.** This feature is available on the device itself as a long press button. And is shown as state in the...
Tried to compact my ``lovelace.yaml`` file with ``!include`` and when inside the external YAML file it says ``no card type configured`` - However - when using normal vertical stack it...
Use enumerate instead of range(len(...) where applicable
Remove useless 'object' inheritance which is not needed in python 3
Format Singleton comparison to the more pythonic approach
Indenting the blocks to make the code mor readable and clean. [PEP8 ](https://pylint.pycqa.org/en/latest/user_guide/messages/convention/multiple-statements.html)
Remove superflous parenthesis This is to improves code quality and readability By removing superflous parenthesis while improving conditions and comparisons.
Improve file IO by using "with open" instead of explicitly opening and closing the files