Move some consts for #4585 (#7023)

This commit is contained in:
Keith Burzinski
2024-07-01 01:20:59 -05:00
committed by GitHub
parent 5278ae4b5e
commit 7aaa5ce9c8
5 changed files with 11 additions and 11 deletions
@@ -1,11 +1,11 @@
import esphome.codegen as cg
import esphome.config_validation as cv
from esphome.components import text_sensor
from esphome.const import CONF_IAQ_ACCURACY
from . import BME680BSECComponent, CONF_BME680_BSEC_ID
DEPENDENCIES = ["bme680_bsec"]
CONF_IAQ_ACCURACY = "iaq_accuracy"
ICON_ACCURACY = "mdi:checkbox-marked-circle-outline"
TYPES = [CONF_IAQ_ACCURACY]