Add FreeDNS component (#5046)

* Add FreeDNS component

* Move the instructions up
This commit is contained in:
Beat 2018-03-31 13:07:31 +02:00 committed by Fabian Affolter
parent ee19913448
commit 1987571074
2 changed files with 50 additions and 1 deletions

View file

@ -78,4 +78,4 @@ _LOGGER.error("No route to device: %s", self._resource)
```
Don't print out wrong API keys, tokens, usernames, or passwords.
Also note that `_LOGGER.info` is reserved for the core, use `_LOGGER.debug` in anything else.