That is incorrect. That was a bug that has been fixed during beta. In the final release weather
is classified as sensors.
Edit: Bug fix PR https://github.com/home-assistant/frontend/pull/10490
That is incorrect. That was a bug that has been fixed during beta. In the final release weather
is classified as sensors.
Edit: Bug fix PR https://github.com/home-assistant/frontend/pull/10490
I think ViCare is missing in the āBreaking Changesā section (or Iām just blind).
No, you are not blind, that is my bad. I wrote it down even; as I had the comment during beta it was missing. Iām adjusting that right away! Thanks for reporting
That is a true spirit! You deserve some kudoās for that!
I do not use any Tuya devices, but reading this is just so fine.
The icon pickerā¦ So simple, yet such a brilliant addition! I was really missing this, thanks a lot for adding it in! This will be very convenient!
error python-miio 0.5.8 requires PyYAML<6,>=5, but you'll have pyyaml 6.0 which is incompatible
during the update process.
a new release, a new issue. the 2021.10
release brought up the cryptography error now this.
is anyone testing these before the release?
Is there also a way to adjust/override the categorization? In case I use a smart plug to only measure its usage but donāt want to actually turn the device off for example?
Damn, that list of all changes is looong. Amazing work again!
Yes, a lot of people do join the beta. Have you tried?
It doesnāt break btw. Been using the Xiaomi Miio myself as well.
Not at this time.
i did a while back, f*ked up my install, had to restore from backup.
any fix for the
python-miio 0.5.8 requires PyYAML<6,>=5, but you'll have pyyaml 6.0 which is incompatible
error?
Itās a warning, not an error.
you have to wait until ptyhon-miio updates to a new release for the warning to go away. Itās a bug in python-miio (not home assistant) Itās already fixed. You can track it here:
So, yes it was found in beta through testing
Thanks to all of you and especially thanks frenck for all that passion you put into this!!
You can test it the week before, joining the beta
If that bothers you, please file a bug report with pip
, we donāt maintain that software.
Please, if it actually does cause issues, then please raise a bug report. There are quite a few maintainers active on that integration; if it breaks, Iām sure itās being looked at.
its about clarity to the end user. thanks for the responses
@petro today_at() is brilliant! I guess Iāll be busy today simplifying dozens of templates so thanks eh?
(Seriously, thank you!)
I couldnāt get this trigger to fire with now() without the replace(microsecond=0). Is this expected?
trigger:
- platform: template
value_template: >
{{ now().replace(microsecond=0)
== today_at(states('input_datetime.alarm_clock_manual_time')[0:5]) }}
That should work
Edit: you need to replace seconds too if your alarm is HHMM