Commit 18b64ea90d72754904e7ae4b6e091e62bbaa7784

Authored by Alexis Koralewski
1 parent de367e7f
Exists in dev

fix typo controller

config/components/RoofController.yml 0 → 100644
... ... @@ -0,0 +1,17 @@
  1 +- attribute:
  2 + key: manufacturer
  3 + is_container: False
  4 + value: unknown
  5 + is_editable: False
  6 + unit: ""
  7 + label: manufacturer
  8 + description: ""
  9 +
  10 +- attribute:
  11 + key: model
  12 + is_container: False
  13 + value: unknown
  14 + unit: ""
  15 + is_editable: False
  16 + label: "model"
  17 + description: ""
... ...
privatedev/config/tnc/device_Raspberry_TAROT_sn002.yml
... ... @@ -74,7 +74,7 @@ DEVICE:
74 74 # --------
75 75 # PLC/Came
76 76 # --------
77   - component: RoofControler
  77 + component: RoofController
78 78  
79 79 attributes:
80 80  
... ...