Use own CoAP lib and support for multicast updates (#42718)

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
This commit is contained in:
Shay Levy 2020-11-02 17:46:34 +02:00 committed by GitHub
parent e5dee965f1
commit f45075eeb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 62 additions and 33 deletions

View file

@ -1,5 +1,4 @@
"""Constants for the Shelly integration."""
COAP_CONTEXT = "coap_context"
DATA_CONFIG_ENTRY = "config_entry"
DOMAIN = "shelly"