unixorn / ha-mqtt-discoverable

Python module to create MQTT entities that are automatically discovered by Home Assistant
Apache License 2.0
89 stars 21 forks source link

Removed hardcoded credentials in test_discoverable #157

Closed ha-enthus1ast closed 8 months ago

ha-enthus1ast commented 8 months ago

Description

Removes hardcoded credentials for tests/test_discoverable.py causing megalinter to fail

Fixes #156

License Acceptance

Type of changes

Checklist

ha-enthus1ast commented 8 months ago

@unixorn This only addresses the issue in the current rev. of the file. In order to fix this issue completely one would have to scrub the secrets from history. In my opinion it is not worth the hassle, since the credentials aren't actually secret in any way. I suggest ignoring this file, at least for now.

unixorn commented 8 months ago

Thanks for the assist!