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

atc mithermometer: Add possibility to report signal strength (#3000)

This commit is contained in:
mknjc
2022-01-05 04:43:37 +01:00
committed by GitHub
parent ed5930e934
commit 3067e482fc
4 changed files with 18 additions and 0 deletions

View File

@@ -599,6 +599,7 @@ CONF_SHOW_VALUES = "show_values"
CONF_SHUNT_RESISTANCE = "shunt_resistance"
CONF_SHUNT_VOLTAGE = "shunt_voltage"
CONF_SHUTDOWN_MESSAGE = "shutdown_message"
CONF_SIGNAL_STRENGTH = "signal_strength"
CONF_SINGLE_LIGHT_ID = "single_light_id"
CONF_SIZE = "size"
CONF_SLEEP_DURATION = "sleep_duration"