Fix #61
This commit is contained in:
parent
1f366b935d
commit
f4d1b54579
File diff suppressed because one or more lines are too long
@ -72,7 +72,7 @@ export function entity_filter(hass, filter) {
|
||||
|
||||
case "attributes":
|
||||
for(const [k, v] of Object.entries(value)) {
|
||||
let attr = k.split(" ")[0];
|
||||
let attr = k.trim();
|
||||
let entityAttribute = entity.attributes;
|
||||
while(attr && entityAttribute) {
|
||||
let step;
|
||||
|
Loading…
x
Reference in New Issue
Block a user