Galin Yordanov
Galin Yordanov
i had the same problem with ruby/paredit, managed to solve it by adding something like this just after i require paredit ``` lisp (defun gy-paredit-override-check-parens-interactively (condition) t) (setq paredit-override-check-parens-function 'gy-paredit-override-check-parens-interactively)...
yes please - and it seems the PR this was waiting for is merged ?
is there an easy way to test this ? i tried copying the files in `custom_components/sharkiq` , but it does not like that at all ...
> Make sure you add a version to the `manifest.json` file if you haven't already. Also check the logs to see why it's not working. I did that , and...
> There was a PR merged not long ago that changed the `from homeassistant.helpers.entity import DeviceInfo` to `from homeassistant.helpers.device_registry import DeviceInfo`. Find that line and rename the import back to...
to confirm - tested this by renaming my rooms in the shark app to be like "living_room" and it works perfectly, HA ran my automations and the vacuum did what...
@joergbattermann exactly the same issue i'm having - i don't see the new sensors with 2024.3
@Azimuth0r i tried that before and just checked again - they don't show up for me , also usually disabled entities show in the Envoy "Device info" screen like in...
@Azimuth0r exactly where i was looking ... they don't show up for me :( the only disabled entities i have left are the "last reported" attributes for my inverters ...