-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added everything-presence-mmwave-configurator
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0"?> | ||
<Container version="2"> | ||
<Name>everything-presence-mmwave-configurator</Name> | ||
<Repository>everythingsmarthome/everything-presence-mmwave-configurator</Repository> | ||
<Registry>https://hub.docker.com/r/everythingsmarthome/everything-presence-mmwave-configurator/</Registry> | ||
<Network>bridge</Network> | ||
<Privileged>false</Privileged> | ||
<Support>https://github.com/EverythingSmartHome/everything-presence-addons/issues</Support> | ||
<Project>https://github.com/EverythingSmartHome/everything-presence-addons</Project> | ||
<Overview>A visual configurator tool for creating zones with the Everything Presence Lite mmWave sensor.</Overview> | ||
<Category>HomeAutomation: Tools:</Category> | ||
<WebUI>http://[IP]:[PORT:8099]/</WebUI> | ||
<Icon>https://shop.everythingsmart.io/cdn/shop/files/EST_Compact_Logo_39a737b5-afce-4e67-9a42-db994df3e7d2.png</Icon> | ||
<Config Name="WebUI port" Target="8099" Default="8099" Mode="tcp" Description="" Type="Port" Display="always" Required="true" Mask="false">8099</Config> | ||
<Config Name="Home Assistant URL" Target="HA_URL" Default="http://ha-ip:8123" Mode="" Description="" Type="Variable" Display="always" Required="true" Mask="false">http://ha-ip:8123</Config> | ||
<Config Name="Home Assistant Token" Target="HA_TOKEN" Default="LONG_LIVED_TOKEN" Mode="" Description="Generate Long-lived token at Profile &gt; Security " Type="Variable" Display="always" Required="true" Mask="false">LONG_LIVED_TOKEN</Config> | ||
</Container> |