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

wifi: support 802.11k and 802.11v (#3600)

This commit is contained in:
Stijn Tintel
2022-08-17 12:10:43 +03:00
committed by GitHub
parent 5561d4eaeb
commit b4bbe3d7b5
6 changed files with 43 additions and 1 deletions

View File

@@ -197,8 +197,10 @@ CONF_ECO2 = "eco2"
CONF_EFFECT = "effect"
CONF_EFFECTS = "effects"
CONF_ELSE = "else"
CONF_ENABLE_BTM = "enable_btm"
CONF_ENABLE_IPV6 = "enable_ipv6"
CONF_ENABLE_PIN = "enable_pin"
CONF_ENABLE_RRM = "enable_rrm"
CONF_ENABLE_TIME = "enable_time"
CONF_ENERGY = "energy"
CONF_ENTITY_CATEGORY = "entity_category"