You haven’t had time to paste that, restart, run the script and get the error message, you’ve just copied the error message you posted earlier without trying.
nice try at looking smart though mate but when it breaks I will just put in all the entities comma separated like when I first learned how to do this, by no means this is a hard work around
well home assistant likes this mess this was built in the script configuration and it passed configuration
and does not trip any warnings when executed
alias: Secure Home
sequence:
- data:
entity_id: all
entity_id: all
service: lock.lock
- data:
entity_id: all
entity_id: all
service: light.turn_off
- data:
entity_id: all
entity_id: all
service: switch.turn_off
and a screen shot of what I put in the script editor
I run my YAML split across multiple files. The config checker is coming back with an error but not sure which YAML file is the issue. Any way to debug this? The error is so generic could apply to a lot of places in the yaml (it’s a name key that is no longer accepted):
[name]. (See /config/configuration.yaml, line 47).
I’m having an issue with the new mwc-button replacement for the paper-button in a custom fan control entity row card.
it went from this:
to this after I updated to v88:
to this after I swapped “mwc-button” for “paper-button”:
and the best i can get it to look is this by removing the size constraints on the button and rounding the corners:
but then it also won’t automatically resize to the width of the card when you change the layout. I can’t change the font size and the font color doesn’t follow the theme font color like the old one did:
I’ve posted an issue on the HA polymer github but I’m really not sure if that was the correct place to post it.
For anybody that cares after playing around a bit I got the script builder to make the script a little cleaner and it executes with no warnings or errors using “entity_id”: “all” below is how the script configuration worked for me
alias: Secure Home
sequence:
- data:
entity_id: all
service: lock.lock
- data:
entity_id: all
service: light.turn_off
- data:
entity_id: all
service: switch.turn_off
I updated to 0.88.1 and all of my zigbee devices stopped working. I saw earlier in the 0.88 notes there were issues with the zha integration but it looked like they were addressed with the 0.88.1 build. Is that not the case?
I was able to roll back and be back up and running but is there anything I can help provide log wise from my setup to help with the issue? I’m more than happy to roll forward again to grab logs or test. The only obvious warning in my logs were the following: