mariusz-ostoja-swierczynski / tech-controllers

TECH Controllers integration for Home Assistant
MIT License
95 stars 67 forks source link

chore: move to f strings #114

Closed daroga0002 closed 2 months ago

daroga0002 commented 2 months ago

It is recommended to use f strings or format statements instead string concatenation because it is simpler to read and also better in performance.