palinf

Results 2 comments of palinf

Using exclude_dirs as directed in the documentation solve the issue appdaemon: app_dir: /config/apps ... exclude_dirs: - cx_core

If you need to fix it quickly you can ensure the value set to the entity is a string. Through str() for example. ``` self.set_state( entity_id=name, state=str(round(value, 3)), attributes={ "friendly_name":...