Skip to content

Commit

Permalink
Update tado-assistant.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
TerrierX authored Oct 16, 2024
1 parent d95ed05 commit c85bc5c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions templates/tado-assistant.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<Category>HomeAutomation:</Category>
<Icon>https://images.ctfassets.net/rro4wewtydcy/2lziJeBTxOCee5n43qBXiz/a03b3387644a3ea67c1a759da2244120/tado_logo_app_icon.webp</Icon>
<Requires>Multiple accounts can be added. See documentation for more details: https://github.com/BrainicHQ/tado-assistant?tab=readme-ov-file#-docker-installation</Requires>
<Config Name="Number of Accounts" Target="NUM_ACCOUNTS" Default="1" Mode="" Description="" Type="Variable" Display="always" Required="true" Mask="false">1</Config>
<Config Name="Account 1 - Username" Target="TADO_USERNAME_1" Default="" Mode="" Description="" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="Account 1 - Password" Target="TADO_PASSWORD_1" Default="" Mode="" Description="" Type="Variable" Display="always" Required="true" Mask="true"/>
<Config Name="Account 1 - Checking Interval" Target="CHECKING_INTERVAL_1" Default="" Mode="" Description="" Type="Variable" Display="always" Required="true" Mask="false">15</Config>
<Config Name="Account 1 - Logging" Target="ENABLE_LOG_1" Default="" Mode="" Description="" Type="Variable" Display="always" Required="true" Mask="false"></Config>
<Config Name="Account 1 - Max Open Window Duration" Target="MAX_OPEN_WINDOW_DURATION_1" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="Number of Accounts" Target="NUM_ACCOUNTS" Default="1" Mode="" Description="Number of Tado accounts you wish to manage. This should be set to the total number of accounts." Type="Variable" Display="always" Required="true" Mask="false">1</Config>
<Config Name="Account 1 - Username" Target="TADO_USERNAME_1" Default="" Mode="" Description="Your Tado account username for the nth account." Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="Account 1 - Password" Target="TADO_PASSWORD_1" Default="" Mode="" Description="Your Tado account password for the nth account." Type="Variable" Display="always" Required="true" Mask="true"/>
<Config Name="Account 1 - Checking Interval" Target="CHECKING_INTERVAL_1" Default="" Mode="" Description="Frequency (in seconds) for home state checks for the nth account. Default is every 15 seconds." Type="Variable" Display="always" Required="true" Mask="false">15</Config>
<Config Name="Account 1 - Logging" Target="ENABLE_LOG_1" Default="" Mode="" Description="Toggle logging for the nth account. Values: true or false. Default is false." Type="Variable" Display="always" Required="true" Mask="false"></Config>
<Config Name="Account 1 - Max Open Window Duration" Target="MAX_OPEN_WINDOW_DURATION_1" Default="" Mode="" Description="Define the maximum duration (in seconds) for the 'Open Window' detection feature to be active for the nth account. Leave this field empty to use the default duration set in the Tado app." Type="Variable" Display="always" Required="false" Mask="false"/>
</Container>

0 comments on commit c85bc5c

Please sign in to comment.