unixorn / ha-mqtt-discoverable

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

Add Number entity type, and update README docs for Switch and Button #115

Closed DavidMikeSimon closed 1 year ago

DavidMikeSimon commented 1 year ago

License Acceptance

Type of changes

Checklist

DavidMikeSimon commented 1 year ago

Heya, I'm noticing that the linter is unhappy about sensors.py, but most of the lines it's complaining about were not changed in my PR. Should I just reformat the whole file to make it pass the line length lint?

DavidMikeSimon commented 1 year ago

@unixorn Bump. Anything you'd like me to do on this PR? I can reformat that file to pass the linter, though I'm not sure about how it was passing the linter in the first place.

unixorn commented 1 year ago

@DavidMikeSimon, if you're willing, I'd appreciate the formatting help.

Sorry I've been slow, work's been busy busy.

DavidMikeSimon commented 1 year ago

@unixorn Ok, lints passing now!