mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 17:27:59 +01:00
fix
This commit is contained in:
parent
f76f906cf5
commit
69772b8872
1 changed files with 1 additions and 2 deletions
|
@ -1635,8 +1635,7 @@ class GenerateID(Optional):
|
|||
|
||||
|
||||
def _get_default_key(*args):
|
||||
key = [CORE.target_platform]
|
||||
key.extend(args)
|
||||
key = [CORE.target_platform] + list(args)
|
||||
return ["_".join(key)]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue