diff options
author | Kaufman Home Automation <[email protected]> | 2022-03-19 15:44:45 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2022-03-19 15:44:45 -0700 |
commit | 2e76802e8d47cfb8c77e8af58d880f63157d4374 (patch) | |
tree | aea2dc7a464b502886877150b52b75e7e4120be8 /kauf-plug-factory.yaml | |
parent | c4d27519e4ef7132437d08236405fa6f4d3aac6f (diff) | |
download | PLF10-2e76802e8d47cfb8c77e8af58d880f63157d4374.tar.gz PLF10-2e76802e8d47cfb8c77e8af58d880f63157d4374.zip |
version letter substitution
Diffstat (limited to 'kauf-plug-factory.yaml')
-rw-r--r-- | kauf-plug-factory.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kauf-plug-factory.yaml b/kauf-plug-factory.yaml index b0896b4..b7cbee7 100644 --- a/kauf-plug-factory.yaml +++ b/kauf-plug-factory.yaml @@ -1,3 +1,6 @@ +substitutions: + project_ver_let: "f" + packages: kauf_plug_update: url: https://github.com/KaufHA/PLF10 @@ -7,10 +10,7 @@ packages: esphome: - # overwrite project for different letter suffix - project: - name: "Kauf.PLF10" - version: "1.87(f)" # 'f' stands for factory image + on_boot: then: @@ -83,4 +83,4 @@ globals: - id: first_boot # used to run routine at factory to confirm type: bool # correct firwmare is running. restore_value: yes - initial_value: 'true'
\ No newline at end of file + initial_value: 'true' |