Alan
Alan
It looks like this small but very useful feature will never be merged.
This is how my ssh_command.py looks like. ``` from paramiko import SSHClient, AutoAddPolicy host = self.config.get("host") port = self.config.get("port") username = self.config.get("user") password = self.config.get("pass") command = self.config.get("cmd") client =...
This is my sensor. ``` - platform: python_script name: 1NUC Model unique_id: "1nuc_model" icon: mdi:desktop-tower scan_interval: 63072000 #2 Years in seconds file: scripts/remote_ssh_command.py host: !secret 1nuc_host port: !secret 1nuc_port user:...
I found the issue is in "self.config.get" function. The question is what has changed and how to get attribute value defined in sensor? Tried with data attribute, but it doesn't...
> Config removed from first release (two months ago). I can return it, no problem. In next version when I'll have time. Or you can make PR > > https://github.com/AlexxIT/PythonScriptsPro/blob/edd9032670dd960ac54ff1dbd21b64dbe4cd8ef4/custom_components/python_script/sensor.py#L31...
Is this something on the road map for the near future?
I was more thinking about iframe aproach to include some internal custome webpages that I built. In case of an iframe, any web application or website would be easily shown...
RPi-Monitor has something similar for example. https://xavierberger.github.io/RPi-Monitor-docs/25_addons.html#id1
Any thoughts @garrett? Is this something we can expect in the near future or not even on the long term roadmap?