amaurylam
amaurylam
Having the same issue on Outlook 365 API but only with attachments > 4MB. Smaller attachments are successfully delivered.
Same observation here - since 2025.5, clicking a button in a paper button row is triggering both the button's action (expected) + the row main entity's tap_action (unexpected)
Fix confirmed on my side, many thanks !
Same symptom here with WH46 ``` Enregistreur: aioecowitt.server Source: components/ecowitt/__init__.py:30 S'est produit pour la première fois: 22:58:11 (8 occurrences) Dernier enregistrement: 22:59:12 Unhandled sensor type pm4_24h_co2 value 3.5 Unhandled sensor...
I looked into the code to fix the issue, but found that for now the HA architecture team is not eager to add PM4 device class support per https://github.com/home-assistant/architecture/discussions/1058, which...
I have successfully tested local code changes to fix this issue, and can now see all values (PM1/PM4/PM25/PM10) imported properly. I had to define the PM4 sensor as another PM25...
Many thanks @GSzabados I confirm it smoothly replaced the Ecowitt core integration for me, keeping all existing entities running, adding those that were unsupported until now, and avoiding thousands of...
While GSZabados' fork at https://github.com/GSzabados/ecowitt/ has fixed this issue, it is still present in HA Core Ecowitt integration so it should remain open imho. For full certainty I re-checked it...
Technically it could easily be implemented in the core. Unfortunately the code owner may not have the time, availability or interest anymore to follow this integration (and its underlying aioecowitt...