mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 22:07:10 +00:00
Correct JSONDecodeError in co2signal (#101206)
This commit is contained in:
parent
b24f09b47e
commit
cf6f0cf266
@ -3,11 +3,11 @@ from __future__ import annotations
|
||||
|
||||
from collections.abc import Mapping
|
||||
from datetime import timedelta
|
||||
from json import JSONDecodeError
|
||||
import logging
|
||||
from typing import Any, cast
|
||||
|
||||
import CO2Signal
|
||||
from requests.exceptions import JSONDecodeError
|
||||
|
||||
from homeassistant.config_entries import ConfigEntry
|
||||
from homeassistant.const import CONF_API_KEY, CONF_LATITUDE, CONF_LONGITUDE
|
||||
|
Loading…
x
Reference in New Issue
Block a user