mirror of
https://github.com/esphome/esphome.git
synced 2025-03-30 21:29:00 +02: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):
|
def _get_default_key(*args):
|
||||||
key = [CORE.target_platform]
|
key = [CORE.target_platform] + list(args)
|
||||||
key.extend(args)
|
|
||||||
return ["_".join(key)]
|
return ["_".join(key)]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue