1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-04 12:22:20 +01:00

Move CONF_PHASE_A/B/C constants to const.py. (#5304)

This commit is contained in:
Kevin P. Fleming
2023-09-09 19:19:54 -04:00
committed by GitHub
parent 7bb67ae94b
commit 0c84224ca2
4 changed files with 12 additions and 11 deletions

View File

@@ -538,8 +538,11 @@ CONF_PAYLOAD_AVAILABLE = "payload_available"
CONF_PAYLOAD_NOT_AVAILABLE = "payload_not_available"
CONF_PERIOD = "period"
CONF_PH = "ph"
CONF_PHASE_A = "phase_a"
CONF_PHASE_ANGLE = "phase_angle"
CONF_PHASE_B = "phase_b"
CONF_PHASE_BALANCER = "phase_balancer"
CONF_PHASE_C = "phase_c"
CONF_PIN = "pin"
CONF_PIN_A = "pin_a"
CONF_PIN_B = "pin_b"