mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Fix Meraki API Auth (#43578)
This commit is contained in:
@@ -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."""
|
||||
|
Reference in New Issue
Block a user