Hi all, been trying to figure out a way to get the free space of my seedbox as an entity. I've gotten far enough to deal with ssh in the terminal so that a single command will now return the amount of bytes used without the need for additional authentication, but I'm currently stuck on turning it into an actual entity. I tried to add a command-line sensor in configuration.yaml but it's not showing up, and other avenues seem to be shell commands run through automations, though turning their output into an actual entity also seems to be a bit of a hassle. Has anyone got any clues or bits of advice? Thanks!
#Trying to get seedbox space as entity
1 messages · Page 1 of 1 (latest)
There is a custom integration on HACS which I believe makes this kind of thing easier (although I have not used it personally). https://github.com/zhbjsh/homeassistant-ssh
ooh, good stuff, thanks!