-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Return the config attribute to the sensor #28
Comments
This is how my ssh_command.py looks like.
So far all worked well, not sure what changed in last update, tried to revert to previous version and same error. |
This is my sensor.
|
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 work, I guess data is only working when called as a service. |
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
|
Great, I manually return it and will wait for you to apply PR. Thanks |
The text was updated successfully, but these errors were encountered: