* RTL support (POC)
* restore yarn.lock
* Move computeRTL to a separate file and add RTL support in state-info
* Move import to top after failed CI
* Replace var to const
* Change HassEntity to HomeAssistant object
* Support RTL in state info and state card display
* Support for RTL in more-info-controls:
* Update src/common/util/compute_rtl.ts
Co-Authored-By: rhayun <ronen.hayun@gmail.com>
* remove default from export
* prefix all computeRTL with underscroe for privately uses