hass-core/homeassistant/components/sense/manifest.json
J. Nick Koston 68179e2672
Fix sense doing I/O in the event loop ()
When the websocket is created `SSLContext.load_default_certs` is called
each time which opens up the system default ssl certs file and reads it in

Normally this goes unnoticed, however since there are frequent connects
and disconnects of the websocket it was noticeable.
2020-05-12 10:48:51 -05:00

8 lines
210 B
JSON

{
"domain": "sense",
"name": "Sense",
"documentation": "https://www.home-assistant.io/integrations/sense",
"requirements": ["sense_energy==0.7.2"],
"codeowners": ["@kbickar"],
"config_flow": true
}