Alexey ALERT Rubashёff
Alexey ALERT Rubashёff
Pyscript has no such requirement as PyDictionary https://github.com/custom-components/pyscript/blob/master/custom_components/pyscript/manifest.json Maybe the cause is in `requirements.txt` within your `pyscript` directory?
https://hacs-pyscript.readthedocs.io/en/stable/reference.html#importing starting from "Pyscript can install required Python packages if they are missing". and make sure the modules are installable on the server's Python version.
Same issue here. > The workaround > > Open following file 'C:\Users{USER}\AppData\Local\Microsoft\PowerToys\MouseWithoutBorders\settings.json' > > Look into "MachineID" > > For some reason both computer use same "MachineID" Change the value...
Yeah, the plain text way works, but I wish there was a way to compose a card with `fact` blocks :( I still cannot get an AdaptiveCard to be displayed...
I have created an MSTeams Wrapper for AdaptiveCards for Python 2 and 3 from scratch on pure Python https://github.com/ALERTua/msteamsapi pypi module done https://pypi.org/project/msteamsapi/
fyi Apprise have also supported Workflows https://github.com/caronc/apprise/wiki/Notify_workflows
This is how I use it. ```python from homeassistant.helpers import device_registry def ha_devices(self, filter_func=None) -> list[device_registry.DeviceEntry]: registry = device_registry.async_get(hass) output = registry.devices.values() if filter_func: output = filter(filter_func, output) return list(output)...
could you try https://github.com/custom-components/pyscript/pull/785 ?
sorry, didn't notice the sensor entity id is not a string.