mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00
Fix sense doing I/O in the event loop (#35523)
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.
This commit is contained in:
parent
1bb01dccf5
commit
68179e2672
@ -2,7 +2,7 @@
|
||||
"domain": "sense",
|
||||
"name": "Sense",
|
||||
"documentation": "https://www.home-assistant.io/integrations/sense",
|
||||
"requirements": ["sense_energy==0.7.1"],
|
||||
"requirements": ["sense_energy==0.7.2"],
|
||||
"codeowners": ["@kbickar"],
|
||||
"config_flow": true
|
||||
}
|
||||
|
@ -1907,7 +1907,7 @@ sendgrid==6.2.1
|
||||
sense-hat==2.2.0
|
||||
|
||||
# homeassistant.components.sense
|
||||
sense_energy==0.7.1
|
||||
sense_energy==0.7.2
|
||||
|
||||
# homeassistant.components.sentry
|
||||
sentry-sdk==0.13.5
|
||||
|
@ -768,7 +768,7 @@ samsungctl[websocket]==0.7.1
|
||||
samsungtvws[websocket]==1.4.0
|
||||
|
||||
# homeassistant.components.sense
|
||||
sense_energy==0.7.1
|
||||
sense_energy==0.7.2
|
||||
|
||||
# homeassistant.components.sentry
|
||||
sentry-sdk==0.13.5
|
||||
|
Loading…
x
Reference in New Issue
Block a user