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.
8 lines
210 B
JSON
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
|
|
}
|