Merge branch 'master' into localtuya_4.0

This commit is contained in:
rospogrigio
2022-06-06 16:02:25 +02:00
committed by GitHub Actions
4 changed files with 4 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ from homeassistant.helpers.event import async_track_time_interval
from .cloud_api import TuyaCloudApi
from .common import TuyaDevice, async_config_entry_by_device_id
from .config_flow import config_schema, ENTRIES_VERSION
from .config_flow import ENTRIES_VERSION, config_schema
from .const import (
ATTR_UPDATED_AT,
CONF_NO_CLOUD,

View File

@@ -35,10 +35,10 @@ from .const import (
CONF_EDIT_DEVICE,
CONF_LOCAL_KEY,
CONF_MODEL,
CONF_NO_CLOUD,
CONF_PRODUCT_NAME,
CONF_PROTOCOL_VERSION,
CONF_SETUP_CLOUD,
CONF_NO_CLOUD,
CONF_USER_ID,
DATA_CLOUD,
DATA_DISCOVERY,

View File

@@ -1,8 +1,8 @@
"""Diagnostics support for LocalTuya."""
from __future__ import annotations
import logging
import copy
import copy
import logging
from typing import Any
from homeassistant.config_entries import ConfigEntry