mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-07 17:36:50 +00:00
Set up redirects for old urls
This commit is contained in:
parent
2b619ad1c4
commit
a919a4cf5f
163
generate-redirect.py
Normal file
163
generate-redirect.py
Normal file
@ -0,0 +1,163 @@
|
||||
import os
|
||||
|
||||
dirs = ['components', 'getting-started', 'developers']
|
||||
|
||||
template = "<script>document.location = '/{}/{}/';</script>"
|
||||
|
||||
for check_dir in dirs:
|
||||
for path in os.listdir(os.path.join('public', check_dir)):
|
||||
check_path = os.path.join('public', check_dir, path)
|
||||
|
||||
if os.path.isdir(check_path):
|
||||
new_path = os.path.join('source', check_dir, "{}.html".format(path))
|
||||
# print(template.format(check_dir, path))
|
||||
# print(new_path)
|
||||
with open(new_path, 'w') as outp:
|
||||
outp.write(template.format(check_dir, path))
|
||||
|
||||
# Generated
|
||||
# source/components/alarm_control_panel.html
|
||||
# source/components/alarm_control_panel.manual.html
|
||||
# source/components/alarm_control_panel.mqtt.html
|
||||
# source/components/arduino.html
|
||||
# source/components/automation.html
|
||||
# source/components/browser.html
|
||||
# source/components/camera.foscam.html
|
||||
# source/components/camera.generic.html
|
||||
# source/components/configurator.html
|
||||
# source/components/conversation.html
|
||||
# source/components/device_sun_light_trigger.html
|
||||
# source/components/device_tracker.html
|
||||
# source/components/device_tracker.actiontec.html
|
||||
# source/components/device_tracker.aruba.html
|
||||
# source/components/device_tracker.asuswrt.html
|
||||
# source/components/device_tracker.ddwrt.html
|
||||
# source/components/device_tracker.geofancy.html
|
||||
# source/components/device_tracker.luci.html
|
||||
# source/components/device_tracker.mqtt.html
|
||||
# source/components/device_tracker.netgear.html
|
||||
# source/components/device_tracker.nmap_scanner.html
|
||||
# source/components/device_tracker.owntracks.html
|
||||
# source/components/device_tracker.snmp.html
|
||||
# source/components/device_tracker.thomson.html
|
||||
# source/components/device_tracker.tomato.html
|
||||
# source/components/device_tracker.tplink.html
|
||||
# source/components/device_tracker.ubus.html
|
||||
# source/components/discovery.html
|
||||
# source/components/downloader.html
|
||||
# source/components/group.html
|
||||
# source/components/history.html
|
||||
# source/components/ifttt.html
|
||||
# source/components/ifttt.manything.html
|
||||
# source/components/introduction.html
|
||||
# source/components/isy994.html
|
||||
# source/components/keyboard.html
|
||||
# source/components/light.html
|
||||
# source/components/light.blinksticklight.html
|
||||
# source/components/light.hue.html
|
||||
# source/components/light.hyperion.html
|
||||
# source/components/light.limitlessled.html
|
||||
# source/components/light.rfxtrx.html
|
||||
# source/components/light.tellstick.html
|
||||
# source/components/light.vera.html
|
||||
# source/components/light.wink.html
|
||||
# source/components/logbook.html
|
||||
# source/components/media_player.html
|
||||
# source/components/media_player.cast.html
|
||||
# source/components/media_player.denon.html
|
||||
# source/components/media_player.firetv.html
|
||||
# source/components/media_player.itunes.html
|
||||
# source/components/media_player.kodi.html
|
||||
# source/components/media_player.mpd.html
|
||||
# source/components/media_player.plex.html
|
||||
# source/components/media_player.sonos.html
|
||||
# source/components/media_player.squeezebox.html
|
||||
# source/components/modbus.html
|
||||
# source/components/mqtt.html
|
||||
# source/components/notify.html
|
||||
# source/components/notify.file.html
|
||||
# source/components/notify.instapush.html
|
||||
# source/components/notify.nma.html
|
||||
# source/components/notify.pushbullet.html
|
||||
# source/components/notify.pushover.html
|
||||
# source/components/notify.slack.html
|
||||
# source/components/notify.smtp.html
|
||||
# source/components/notify.syslog.html
|
||||
# source/components/notify.telegram.html
|
||||
# source/components/notify.xmpp.html
|
||||
# source/components/rfxtrx.html
|
||||
# source/components/scene.html
|
||||
# source/components/script.html
|
||||
# source/components/sensor.html
|
||||
# source/components/sensor.arduino.html
|
||||
# source/components/sensor.arest.html
|
||||
# source/components/sensor.bitcoin.html
|
||||
# source/components/sensor.command_sensor.html
|
||||
# source/components/sensor.cpuspeed.html
|
||||
# source/components/sensor.dht.html
|
||||
# source/components/sensor.efergy.html
|
||||
# source/components/sensor.forecast.html
|
||||
# source/components/sensor.glances.html
|
||||
# source/components/sensor.modbus.html
|
||||
# source/components/sensor.mqtt.html
|
||||
# source/components/sensor.mysensors.html
|
||||
# source/components/sensor.openweathermap.html
|
||||
# source/components/sensor.rest.html
|
||||
# source/components/sensor.rfxtrx.html
|
||||
# source/components/sensor.rpi_gpio.html
|
||||
# source/components/sensor.sabnzbd.html
|
||||
# source/components/sensor.swiss_public_transport.html
|
||||
# source/components/sensor.systemmonitor.html
|
||||
# source/components/sensor.tellstick.html
|
||||
# source/components/sensor.temper.html
|
||||
# source/components/sensor.time_date.html
|
||||
# source/components/sensor.transmission.html
|
||||
# source/components/sensor.vera.html
|
||||
# source/components/sensor.wink.html
|
||||
# source/components/sensor.worldclock.html
|
||||
# source/components/shell_command.html
|
||||
# source/components/simple_alarm.html
|
||||
# source/components/sun.html
|
||||
# source/components/switch.html
|
||||
# source/components/switch.arduino.html
|
||||
# source/components/switch.arest.html
|
||||
# source/components/switch.command_switch.html
|
||||
# source/components/switch.edimax.html
|
||||
# source/components/switch.hikvision.html
|
||||
# source/components/switch.modbus.html
|
||||
# source/components/switch.mqtt.html
|
||||
# source/components/switch.rest.html
|
||||
# source/components/switch.rfxtrx.html
|
||||
# source/components/switch.rpi_gpio.html
|
||||
# source/components/switch.tellstick.html
|
||||
# source/components/switch.transmission.html
|
||||
# source/components/switch.vera.html
|
||||
# source/components/switch.wemo.html
|
||||
# source/components/switch.wink.html
|
||||
# source/components/tellstick.html
|
||||
# source/components/thermostat.html
|
||||
# source/components/thermostat.heat_control.html
|
||||
# source/components/thermostat.nest.html
|
||||
# source/components/thermostat.radiotherm.html
|
||||
# source/components/vera.html
|
||||
# source/components/verisure.html
|
||||
# source/components/wink.html
|
||||
# source/components/zone.html
|
||||
# source/components/zwave.html
|
||||
# source/getting-started/android.html
|
||||
# source/getting-started/automation.html
|
||||
# source/getting-started/autostart.html
|
||||
# source/getting-started/configuration.html
|
||||
# source/getting-started/devices.html
|
||||
# source/getting-started/presence-detection.html
|
||||
# source/getting-started/troubleshooting.html
|
||||
# source/getting-started/troubleshooting-configuration.html
|
||||
# source/developers/add_new_platform.html
|
||||
# source/developers/api.html
|
||||
# source/developers/architecture.html
|
||||
# source/developers/creating_components.html
|
||||
# source/developers/credits.html
|
||||
# source/developers/frontend.html
|
||||
# source/developers/python_api.html
|
||||
# source/developers/rest_api.html
|
||||
# source/developers/website.html
|
1
source/components/alarm_control_panel.html
Normal file
1
source/components/alarm_control_panel.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/alarm_control_panel/';</script>
|
1
source/components/alarm_control_panel.manual.html
Normal file
1
source/components/alarm_control_panel.manual.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/alarm_control_panel.manual/';</script>
|
1
source/components/alarm_control_panel.mqtt.html
Normal file
1
source/components/alarm_control_panel.mqtt.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/alarm_control_panel.mqtt/';</script>
|
1
source/components/arduino.html
Normal file
1
source/components/arduino.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/arduino/';</script>
|
1
source/components/automation.html
Normal file
1
source/components/automation.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/automation/';</script>
|
1
source/components/browser.html
Normal file
1
source/components/browser.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/browser/';</script>
|
1
source/components/camera.foscam.html
Normal file
1
source/components/camera.foscam.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/camera.foscam/';</script>
|
1
source/components/camera.generic.html
Normal file
1
source/components/camera.generic.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/camera.generic/';</script>
|
1
source/components/configurator.html
Normal file
1
source/components/configurator.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/configurator/';</script>
|
1
source/components/conversation.html
Normal file
1
source/components/conversation.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/conversation/';</script>
|
1
source/components/device_sun_light_trigger.html
Normal file
1
source/components/device_sun_light_trigger.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/device_sun_light_trigger/';</script>
|
1
source/components/device_tracker.actiontec.html
Normal file
1
source/components/device_tracker.actiontec.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/device_tracker.actiontec/';</script>
|
1
source/components/device_tracker.aruba.html
Normal file
1
source/components/device_tracker.aruba.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/device_tracker.aruba/';</script>
|
1
source/components/device_tracker.asuswrt.html
Normal file
1
source/components/device_tracker.asuswrt.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/device_tracker.asuswrt/';</script>
|
1
source/components/device_tracker.ddwrt.html
Normal file
1
source/components/device_tracker.ddwrt.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/device_tracker.ddwrt/';</script>
|
1
source/components/device_tracker.geofancy.html
Normal file
1
source/components/device_tracker.geofancy.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/device_tracker.geofancy/';</script>
|
1
source/components/device_tracker.html
Normal file
1
source/components/device_tracker.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/device_tracker/';</script>
|
1
source/components/device_tracker.luci.html
Normal file
1
source/components/device_tracker.luci.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/device_tracker.luci/';</script>
|
1
source/components/device_tracker.mqtt.html
Normal file
1
source/components/device_tracker.mqtt.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/device_tracker.mqtt/';</script>
|
1
source/components/device_tracker.netgear.html
Normal file
1
source/components/device_tracker.netgear.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/device_tracker.netgear/';</script>
|
1
source/components/device_tracker.nmap_scanner.html
Normal file
1
source/components/device_tracker.nmap_scanner.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/device_tracker.nmap_scanner/';</script>
|
1
source/components/device_tracker.owntracks.html
Normal file
1
source/components/device_tracker.owntracks.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/device_tracker.owntracks/';</script>
|
1
source/components/device_tracker.snmp.html
Normal file
1
source/components/device_tracker.snmp.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/device_tracker.snmp/';</script>
|
1
source/components/device_tracker.thomson.html
Normal file
1
source/components/device_tracker.thomson.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/device_tracker.thomson/';</script>
|
1
source/components/device_tracker.tomato.html
Normal file
1
source/components/device_tracker.tomato.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/device_tracker.tomato/';</script>
|
1
source/components/device_tracker.tplink.html
Normal file
1
source/components/device_tracker.tplink.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/device_tracker.tplink/';</script>
|
1
source/components/device_tracker.ubus.html
Normal file
1
source/components/device_tracker.ubus.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/device_tracker.ubus/';</script>
|
1
source/components/discovery.html
Normal file
1
source/components/discovery.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/discovery/';</script>
|
1
source/components/downloader.html
Normal file
1
source/components/downloader.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/downloader/';</script>
|
1
source/components/group.html
Normal file
1
source/components/group.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/group/';</script>
|
1
source/components/history.html
Normal file
1
source/components/history.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/history/';</script>
|
1
source/components/ifttt.html
Normal file
1
source/components/ifttt.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/ifttt/';</script>
|
1
source/components/ifttt.manything.html
Normal file
1
source/components/ifttt.manything.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/ifttt.manything/';</script>
|
1
source/components/introduction.html
Normal file
1
source/components/introduction.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/introduction/';</script>
|
1
source/components/isy994.html
Normal file
1
source/components/isy994.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/isy994/';</script>
|
1
source/components/keyboard.html
Normal file
1
source/components/keyboard.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/keyboard/';</script>
|
1
source/components/light.blinksticklight.html
Normal file
1
source/components/light.blinksticklight.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/light.blinksticklight/';</script>
|
1
source/components/light.html
Normal file
1
source/components/light.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/light/';</script>
|
1
source/components/light.hue.html
Normal file
1
source/components/light.hue.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/light.hue/';</script>
|
1
source/components/light.hyperion.html
Normal file
1
source/components/light.hyperion.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/light.hyperion/';</script>
|
1
source/components/light.limitlessled.html
Normal file
1
source/components/light.limitlessled.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/light.limitlessled/';</script>
|
1
source/components/light.rfxtrx.html
Normal file
1
source/components/light.rfxtrx.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/light.rfxtrx/';</script>
|
1
source/components/light.tellstick.html
Normal file
1
source/components/light.tellstick.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/light.tellstick/';</script>
|
1
source/components/light.vera.html
Normal file
1
source/components/light.vera.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/light.vera/';</script>
|
1
source/components/light.wink.html
Normal file
1
source/components/light.wink.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/light.wink/';</script>
|
1
source/components/logbook.html
Normal file
1
source/components/logbook.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/logbook/';</script>
|
1
source/components/media_player.cast.html
Normal file
1
source/components/media_player.cast.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/media_player.cast/';</script>
|
1
source/components/media_player.denon.html
Normal file
1
source/components/media_player.denon.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/media_player.denon/';</script>
|
1
source/components/media_player.firetv.html
Normal file
1
source/components/media_player.firetv.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/media_player.firetv/';</script>
|
1
source/components/media_player.html
Normal file
1
source/components/media_player.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/media_player/';</script>
|
1
source/components/media_player.itunes.html
Normal file
1
source/components/media_player.itunes.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/media_player.itunes/';</script>
|
1
source/components/media_player.kodi.html
Normal file
1
source/components/media_player.kodi.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/media_player.kodi/';</script>
|
1
source/components/media_player.mpd.html
Normal file
1
source/components/media_player.mpd.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/media_player.mpd/';</script>
|
1
source/components/media_player.plex.html
Normal file
1
source/components/media_player.plex.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/media_player.plex/';</script>
|
1
source/components/media_player.sonos.html
Normal file
1
source/components/media_player.sonos.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/media_player.sonos/';</script>
|
1
source/components/media_player.squeezebox.html
Normal file
1
source/components/media_player.squeezebox.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/media_player.squeezebox/';</script>
|
1
source/components/modbus.html
Normal file
1
source/components/modbus.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/modbus/';</script>
|
1
source/components/mqtt.html
Normal file
1
source/components/mqtt.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/mqtt/';</script>
|
1
source/components/notify.file.html
Normal file
1
source/components/notify.file.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/notify.file/';</script>
|
1
source/components/notify.html
Normal file
1
source/components/notify.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/notify/';</script>
|
1
source/components/notify.instapush.html
Normal file
1
source/components/notify.instapush.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/notify.instapush/';</script>
|
1
source/components/notify.nma.html
Normal file
1
source/components/notify.nma.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/notify.nma/';</script>
|
1
source/components/notify.pushbullet.html
Normal file
1
source/components/notify.pushbullet.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/notify.pushbullet/';</script>
|
1
source/components/notify.pushover.html
Normal file
1
source/components/notify.pushover.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/notify.pushover/';</script>
|
1
source/components/notify.slack.html
Normal file
1
source/components/notify.slack.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/notify.slack/';</script>
|
1
source/components/notify.smtp.html
Normal file
1
source/components/notify.smtp.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/notify.smtp/';</script>
|
1
source/components/notify.syslog.html
Normal file
1
source/components/notify.syslog.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/notify.syslog/';</script>
|
1
source/components/notify.telegram.html
Normal file
1
source/components/notify.telegram.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/notify.telegram/';</script>
|
1
source/components/notify.xmpp.html
Normal file
1
source/components/notify.xmpp.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/notify.xmpp/';</script>
|
1
source/components/rfxtrx.html
Normal file
1
source/components/rfxtrx.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/rfxtrx/';</script>
|
1
source/components/scene.html
Normal file
1
source/components/scene.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/scene/';</script>
|
1
source/components/script.html
Normal file
1
source/components/script.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/script/';</script>
|
1
source/components/sensor.arduino.html
Normal file
1
source/components/sensor.arduino.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/sensor.arduino/';</script>
|
1
source/components/sensor.arest.html
Normal file
1
source/components/sensor.arest.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/sensor.arest/';</script>
|
1
source/components/sensor.bitcoin.html
Normal file
1
source/components/sensor.bitcoin.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/sensor.bitcoin/';</script>
|
1
source/components/sensor.command_sensor.html
Normal file
1
source/components/sensor.command_sensor.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/sensor.command_sensor/';</script>
|
1
source/components/sensor.cpuspeed.html
Normal file
1
source/components/sensor.cpuspeed.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/sensor.cpuspeed/';</script>
|
1
source/components/sensor.dht.html
Normal file
1
source/components/sensor.dht.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/sensor.dht/';</script>
|
1
source/components/sensor.efergy.html
Normal file
1
source/components/sensor.efergy.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/sensor.efergy/';</script>
|
1
source/components/sensor.forecast.html
Normal file
1
source/components/sensor.forecast.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/sensor.forecast/';</script>
|
1
source/components/sensor.glances.html
Normal file
1
source/components/sensor.glances.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/sensor.glances/';</script>
|
1
source/components/sensor.html
Normal file
1
source/components/sensor.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/sensor/';</script>
|
1
source/components/sensor.modbus.html
Normal file
1
source/components/sensor.modbus.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/sensor.modbus/';</script>
|
1
source/components/sensor.mqtt.html
Normal file
1
source/components/sensor.mqtt.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/sensor.mqtt/';</script>
|
1
source/components/sensor.mysensors.html
Normal file
1
source/components/sensor.mysensors.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/sensor.mysensors/';</script>
|
1
source/components/sensor.openweathermap.html
Normal file
1
source/components/sensor.openweathermap.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/sensor.openweathermap/';</script>
|
1
source/components/sensor.rest.html
Normal file
1
source/components/sensor.rest.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/sensor.rest/';</script>
|
1
source/components/sensor.rfxtrx.html
Normal file
1
source/components/sensor.rfxtrx.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/sensor.rfxtrx/';</script>
|
1
source/components/sensor.rpi_gpio.html
Normal file
1
source/components/sensor.rpi_gpio.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/sensor.rpi_gpio/';</script>
|
1
source/components/sensor.sabnzbd.html
Normal file
1
source/components/sensor.sabnzbd.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/sensor.sabnzbd/';</script>
|
1
source/components/sensor.swiss_public_transport.html
Normal file
1
source/components/sensor.swiss_public_transport.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/sensor.swiss_public_transport/';</script>
|
1
source/components/sensor.systemmonitor.html
Normal file
1
source/components/sensor.systemmonitor.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/sensor.systemmonitor/';</script>
|
1
source/components/sensor.tellstick.html
Normal file
1
source/components/sensor.tellstick.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/sensor.tellstick/';</script>
|
1
source/components/sensor.temper.html
Normal file
1
source/components/sensor.temper.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/sensor.temper/';</script>
|
1
source/components/sensor.time_date.html
Normal file
1
source/components/sensor.time_date.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/sensor.time_date/';</script>
|
1
source/components/sensor.transmission.html
Normal file
1
source/components/sensor.transmission.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/sensor.transmission/';</script>
|
1
source/components/sensor.vera.html
Normal file
1
source/components/sensor.vera.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/sensor.vera/';</script>
|
1
source/components/sensor.wink.html
Normal file
1
source/components/sensor.wink.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/sensor.wink/';</script>
|
1
source/components/sensor.worldclock.html
Normal file
1
source/components/sensor.worldclock.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/sensor.worldclock/';</script>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user