openhab-addons/bundles/org.openhab.binding.telegram/src/main/resources/OH-INF/binding/binding.xml
Kai Kreuzer 007c3b56e5
removed deprecated author information from binding.xml (#9113)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2020-11-23 19:06:33 -08:00

10 lines
450 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<binding:binding id="telegram" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:binding="https://openhab.org/schemas/binding/v1.0.0"
xsi:schemaLocation="https://openhab.org/schemas/binding/v1.0.0 https://openhab.org/schemas/binding-1.0.0.xsd">
<name>Telegram Binding</name>
<description>This is the binding for Telegram. It allows to send and receive messages.</description>
</binding:binding>