Correct JSONDecodeError in co2signal (#101206)
This commit is contained in:
parent
598a8890e9
commit
65c8da3bf1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue