Files
core/homeassistant/components/splunk/manifest.json
T
Brett b3691d5d90 Improve timeout error handling for Splunk (#40384)
* Bugfix to catch asyncio.timeout

* Better asyncio.timeout warning message
2020-09-21 20:01:52 -05:00

11 lines
202 B
JSON

{
"domain": "splunk",
"name": "Splunk",
"documentation": "https://www.home-assistant.io/integrations/splunk",
"requirements": [
"hass_splunk==0.1.1"
],
"codeowners": [
"@Bre77"
]
}