Fix Meraki API Auth (#43578)

This commit is contained in:
koolsb 2020-11-24 12:56:39 -06:00 committed by GitHub
parent d493f18e50
commit aed6980b14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,6 +36,7 @@ class MerakiView(HomeAssistantView):
url = URL
name = "api:meraki"
requires_auth = False
def __init__(self, config, async_see):
"""Initialize Meraki URL endpoints."""