2 Commits 50df8a8d0d ... 9dfcc9e57a

Author SHA1 Message Date
  subDesTagesMitExtraKaese 9dfcc9e57a reuse hardware for previous purpose 1 month ago
  subDesTagesMitExtraKaese 50df8a8d0d reuse hardware for previous purpose 1 month ago
3 changed files with 3 additions and 3 deletions
  1. 2 2
      config.yaml
  2. 0 0
      data.yaml
  3. 1 1
      generate.py

+ 2 - 2
config.yaml

@@ -26,7 +26,7 @@ web_server:
 #  encryption:
 #    key: ""
 
-<<: !include mqtt.yml
+<<: !include mqtt.yaml
 
 ota:
   - platform: esphome
@@ -40,7 +40,7 @@ time:
       - ptbtime2.ptb.de
       - ptbtime3.ptb.de
 
-<<: !include data.yml
+<<: !include data.yaml
 
 remote_receiver:
   pin: 

+ 0 - 0
data.yml → data.yaml


+ 1 - 1
generate.py

@@ -94,5 +94,5 @@ data = {
     ]
 }
 
-with open('data.yml', 'w') as outfile:
+with open('data.yaml', 'w') as outfile:
     yaml.dump(data, outfile, default_flow_style=None)