You should use WOL, as an automation trigger (which means a trigger statement for the automation you should create according to the docs, no idea how to explain that more clearly ) as in the past, to get a āpower onā functionality.
But if you missed that in the past and have no way to power it on, you will be presented with unavailable as a state, as you canāt power it on.
This seems to be the behavior that HA suggests for devices that canāt be turned on by HA based on the PR text.
edit: just to be more clear about that:
As long as you use an automation to power the TV on using WOL as suggested in the docs, there is no breaking change for you.
This Telegram notification migration is confusing. The link in the docs (Telegram bot - Home Assistant ) āPlease use notifiers instead.ā is not working.
I think I have figured out the necessary changes, but I am not certain. The repair note should be more descriptive. It would be helpful if it specified:
What configuration needs to be removed from configuration.yaml.
That the new method uses notify.send_message.
How the new targets function post-migration.
This also brings up a general question: Why canāt automations be migrated automatically when these underlying services change?
I still canāt understand the developersā logic, why clicking on the target picker doesnāt allow editing the existing value (which is standard behavior for similar fields).
Thanks!
I have an automation that is triggered by the TV being requested to turn on, then WakeOnLAN is the action to turn the TV on.
However in v10 the TV shows as āunavailableā when it is off. Which seems to contradict what is mentioned in the related PRā¦or does it mean that this PR fixes that so that it shows off instead (if I have the automation mentioned above)?
At the moment there is no way to use the new notify entities that are created with the new telegram_bot.send_message action, you have to use the numeric chat ids.
Because HA never changes your yaml (this is a good thing). Even after an automatic migration from a YAML to a UI integration it is up to you to delete the old YAML.
It would be nice if there was some warning before the release (and the beta) for breaking updates that are planned.
I get that there are sometimes the need for breaking updates that are unavoidable and outside of HAās control, but where neither of these applies (which this seemingly falls into), it would be nice to know in advance so people can make any adjustments.
I love the new automation editor. I also love that you are still concerned for Pi users with SD cards instead of soft-forcing people to use newer bigger better hardware.
I donāt quite understand why the option is not offered to keep log files in an independent file, like before. It kind of reminds me of the backup story earlier this year. Taking away a feature that is popular with advanced users without offering an optional replacement. Iām sure a similar win-win solution can be found to release next month.
Thanks for this, Petro. This change was sure buried deep. I understand why it is being done, and I appreciate any help in preserving my SD cards, but not sure I agree with this not being listed in breaking changes, since Iāve used that file forever to pull into UltraEdit to troubleshoot. It would have really sucked to suddenly not be able to find it.
Based on the original PR, I assume (and it appears) that the UI-provided log has the same information as this log file, and would be found in the Core log?
I have no automations built using the UI. All of mine are still in YAML. One reason I keep using YAML is that I comment the crap out of my automations and I canāt do that in the UI (or I couldnāt when I tried it). In my first tests of migrations long ago, all comments were stripped, which I considered very uncool. I know itās extra coding, but seems it should be pretty simple to have comment blocks that are ignored by the UI code, but maintained. Even non-coders might want help remembering what they did 4-5 years ago. Once the UI can accommodate comments, then Iāll be happy to use it.
One reason I keep using YAML is that I comment the crap out of my automations and I canāt do that in the UI (or I couldnāt when I tried it). In my first tests of migrations long ago, all comments were stripped,
@GrizzlyAK I know this is a kludge, but you can have comments in templates
I get the reasoning behind having the person entities use the zone friendly names for their states, but it would be awfully nice if we could also have the entity name of the zone as an attribute.
I sometimes name multiple clustered zones that have the same friendly name in order to have irregularly-shaped zones. It would be nice to know exactly which one the person was in
I initially thought that the addition of the total consumption on the top right of the energy cards made sense. But it now adds 10-15% more height to the card, and the space entirely to the left of the total is now completely wasted - this does not feel like a good use of very valuable dashboard real estate.
Can there please be a parameter in the energy card to provide the option to turn off the display of the total consumption? Or alternatively, to add other related buttons or fields so that the real estate to the left is not totally wasted.