Invalid config for [script]: [repeat] is an invalid option for [script]. Check: script->script->nextbus->repeat. (See /config/configuration.yaml, line 1614)
Though I don’t see it mentioned anywhere in the release notes, the big fix for me is that the Honeywell Lyric T5 thermostat finally works through the Homekit integration. Setting the temp had been broken forever (I believe was it due to partial degree changes or something, but I can’t find that discussion now), but I can confirm it finally works. Woo hoo! All my components are now finally working!!
The documentation took a bit of a shortcut. It focused on how the new features are used within a script but the examples aren’t complete, standalone scripts. They can be inserted into the sequence of an existing script, or an automation’s action, but won’t pass Configuration Check if used alone as shown.
That seems correct to me and is the same as what I posted in my simple example above.
If the documentation’s example were to be made part of a complete script, yet another sequence: is required before its alias: statement.
I’ll throw in a disclaimer that “I may be wrong” because the full extent of my experience with the new repeat feature is that one simple example I posted.
In case someone is having troubles with yeelight bulbs.
In my case I had 5 yeelights bulbs working. Before the update I had 2 of them added to the configuration.yaml and the other 3 were left to be discovered automatically.
After the 0.113 update the 2 ones of the configuration.yaml were still working, but the other 3 didn’t work.
I added the 3 that didn’t work to the configuration.yaml using the same names they had before and they worked again.
Anyone expierence problems with the media_player.play_media service? Calling this function from developer tools, now return an error in the GUI for all my media players? I used this in several automations.
calling example:
entity_id: media_player.mpd
media_content_id: 'local:track:test.mp3'
media_content_type: music