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

Implement sensor component for MMC5983 (#5361)

This commit is contained in:
Adam Goode
2023-10-08 17:26:58 -04:00
committed by GitHub
parent aba3cd557a
commit af62c2d9cf
10 changed files with 249 additions and 9 deletions

View File

@@ -265,6 +265,9 @@ CONF_FAN_ONLY_MODE = "fan_only_mode"
CONF_FAN_WITH_COOLING = "fan_with_cooling"
CONF_FAN_WITH_HEATING = "fan_with_heating"
CONF_FAST_CONNECT = "fast_connect"
CONF_FIELD_STRENGTH_X = "field_strength_x"
CONF_FIELD_STRENGTH_Y = "field_strength_y"
CONF_FIELD_STRENGTH_Z = "field_strength_z"
CONF_FILE = "file"
CONF_FILES = "files"
CONF_FILTER = "filter"