Making script/ci-custom changes.

This commit is contained in:
CptSkippy 2024-05-27 00:25:12 -07:00
parent fcf9200056
commit b7a05a8d42
3 changed files with 3 additions and 3 deletions

View file

@ -3,6 +3,7 @@ from esphome.components import number
import esphome.config_validation as cv import esphome.config_validation as cv
from esphome.const import ( from esphome.const import (
ENTITY_CATEGORY_CONFIG, ENTITY_CATEGORY_CONFIG,
CONF_SENSITIVITY,
UNIT_DEGREES, UNIT_DEGREES,
UNIT_EMPTY, UNIT_EMPTY,
UNIT_KILOMETER_PER_HOUR, UNIT_KILOMETER_PER_HOUR,
@ -18,7 +19,6 @@ ICON_VIBRATE = "mdi:vibrate"
CONF_MIN_SPEED_THRESHOLD = "min_speed_threshold" CONF_MIN_SPEED_THRESHOLD = "min_speed_threshold"
CONF_COMPENSATION_ANGLE = "compensation_angle" CONF_COMPENSATION_ANGLE = "compensation_angle"
CONF_SENSITIVITY = "sensitivity"
CONF_VIBRATION_CORRECTION = "vibration_correction" CONF_VIBRATION_CORRECTION = "vibration_correction"
CONF_RELAY_TRIGGER_DURATION = "relay_trigger_duration" CONF_RELAY_TRIGGER_DURATION = "relay_trigger_duration"
CONF_RELAY_TRIGGER_SPEED = "relay_trigger_speed" CONF_RELAY_TRIGGER_SPEED = "relay_trigger_speed"