Aaron West

Results 2 issues of Aaron West

When adding this as a visualization in grafana 8 panel saving gets an error An unexpected error happened DetailsTypeError: Cannot read property 'startsWith' of undefined at C (https://xx/public/build/app.90f320b382a70cd0232d.js:1196:1771) at k...

I am trying to create entities inside home assistant I am utilizing the following `def create_entity(entity_type,name,new_attributes,value=None): state.set(f"{entity_type}.{name}", value, new_attributes)` It does indeed create the entity but when I try and...