Uniformize platform setup (#47101)
* A platform is not a component * Fix dynalite * SUPPORTED_PLATFORMS --> PLATFORMS * In tests * In tests 2 * Fix SmartThings * Fix ZHA test * Fix Z-Wave * Revert Z-Wave * Use PLATFORMS const in ambient_station * Fix ihc comment
This commit is contained in:
parent
ca54de095d
commit
198ecb0945
218 changed files with 924 additions and 932 deletions
|
@ -37,7 +37,7 @@ ECOBEE_MODEL_TO_NAME = {
|
|||
"vulcanSmart": "ecobee4 Smart",
|
||||
}
|
||||
|
||||
ECOBEE_PLATFORMS = ["binary_sensor", "climate", "sensor", "weather"]
|
||||
PLATFORMS = ["binary_sensor", "climate", "sensor", "weather"]
|
||||
|
||||
MANUFACTURER = "ecobee"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue