Updated external content (Jenkins build 1357)
parent
5f0492fa4c
commit
f47690049c
|
@ -3,7 +3,7 @@ id: shelly
|
|||
label: Shelly
|
||||
title: Shelly - Bindings
|
||||
type: binding
|
||||
description: "This Binding integrates [Shelly devices](https://shelly.cloud) devloped by Allterco."
|
||||
description: "This Binding integrates [Shelly devices](https://shelly.cloud) developed by Allterco."
|
||||
since: 3x
|
||||
install: auto
|
||||
---
|
||||
|
@ -14,7 +14,7 @@ install: auto
|
|||
|
||||
# Shelly Binding
|
||||
|
||||
This Binding integrates [Shelly devices](https://shelly.cloud) devloped by Allterco.
|
||||
This Binding integrates [Shelly devices](https://shelly.cloud) developed by Allterco.
|
||||
|
||||
Allterco provides a rich set of smart home devices. All of them are WiFi enabled (2,4GHz, IPv4 only) and provide a documented API.
|
||||
The binding is officially acknowledged by Allterco and openHAB is listed as a reference and directly supports the openHAB community.
|
||||
|
|
|
@ -52,12 +52,12 @@ Displays markers on a map
|
|||
</PropBlock>
|
||||
<PropBlock type="TEXT" name="tileLayerProvider" label="Provider for the background tiles">
|
||||
<PropDescription>
|
||||
The provider of tiles to use for the background of the map. Use one from <a class="external text-color-blue" target="_blank" href="http://leaflet-extras.github.io/leaflet-providers/preview/">Leaflet Providers</a>, Some providers will not work until you set options, like access tokens, in the <code>tileLayerProviderOptions</code> parameter (in Code view). See <a class="external text-color-blue" target="_blank" href="https://github.com/leaflet-extras/leaflet-providers#providers-requiring-registration">here</a> for more info. The default is CartoDB, the variant depending on the dark mode setting.
|
||||
The provider of tiles to use for the background of the map. Use one from <a class="external text-color-blue" target="_blank" href="https://leaflet-extras.github.io/leaflet-providers/preview/">Leaflet Providers</a>, Some providers will not work until you set options, like access tokens, in the <code>tileLayerProviderOptions</code> parameter (in Code view). See <a class="external text-color-blue" target="_blank" href="https://github.com/leaflet-extras/leaflet-providers#providers-requiring-registration">here</a> for more info. The default is CartoDB, the variant depending on the dark mode setting.
|
||||
</PropDescription>
|
||||
</PropBlock>
|
||||
<PropBlock type="TEXT" name="overlayTileLayerProvider" label="Provider for the overlay tiles">
|
||||
<PropDescription>
|
||||
The provider of tiles to use for the overlay layer above the background of the map. Use one from <a class="external text-color-blue" target="_blank" href="http://leaflet-extras.github.io/leaflet-providers/preview/">Leaflet Providers</a>, Some providers will not work until you set options, like access tokens, in the <code>overlayTileLayerProviderOptions</code> parameter (in Code view). See <a class="external text-color-blue" target="_blank" href="https://github.com/leaflet-extras/leaflet-providers#providers-requiring-registration">here</a> for more info.
|
||||
The provider of tiles to use for the overlay layer above the background of the map. Use one from <a class="external text-color-blue" target="_blank" href="https://leaflet-extras.github.io/leaflet-providers/preview/">Leaflet Providers</a>, Some providers will not work until you set options, like access tokens, in the <code>overlayTileLayerProviderOptions</code> parameter (in Code view). See <a class="external text-color-blue" target="_blank" href="https://github.com/leaflet-extras/leaflet-providers#providers-requiring-registration">here</a> for more info.
|
||||
</PropDescription>
|
||||
</PropBlock>
|
||||
</PropGroup>
|
||||
|
|
Loading…
Reference in New Issue