mirror of
https://github.com/home-assistant/core.git
synced 2026-07-12 17:18:04 +01:00
746aae51ec
* Add ClickSend notify service. * PR #8135 changes. - Some code spacing fixes. - Add timeout to requests. - Change doc url. - Use const.py as much as possible. - Check credentials to determine if setup fails or not. - Add docstrings. - Use string formatting. * PR #8135 changes. - Remove unused variables. - Continuation line under-indented for visual indent. * PR #8135 changes. - Format code based on PEP8. * PR #8135 changes. - Remove unused base64 dependency. * PR #8135 changes. - Fix: D205: 1 blank line required between summary line and description (found 0) - Fix: standard import "import json" comes before "import requests" * PR #8135 changes. - Add files to .coveragerc * Remove obvious comments and set constant