mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Update python logger link (#11052)
Refer to python 3.7 (instead of 3.4) logger documentation
This commit is contained in:
parent
313081df50
commit
a153470898
@ -17,7 +17,7 @@ This integration allows you to write Python scripts that are exposed as services
|
|||||||
| `logger` | A logger to allow you to log messages: `logger.info()`, `logger.warning()`, `logger.error()`. [API reference][logger-api]
|
| `logger` | A logger to allow you to log messages: `logger.info()`, `logger.warning()`, `logger.error()`. [API reference][logger-api]
|
||||||
|
|
||||||
[hass-api]: /developers/development_hass_object/
|
[hass-api]: /developers/development_hass_object/
|
||||||
[logger-api]: https://docs.python.org/3.4/library/logging.html#logger-objects
|
[logger-api]: https://docs.python.org/3.7/library/logging.html#logger-objects
|
||||||
|
|
||||||
<div class='note'>
|
<div class='note'>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user