From b1e6491f77421ae4623391a7f53af7f3e6c13f34 Mon Sep 17 00:00:00 2001 From: Ethel Morgan Date: Mon, 6 Jul 2020 18:23:10 +0100 Subject: import website from previous repo --- src/catbus.thrust | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/catbus.thrust (limited to 'src/catbus.thrust') diff --git a/src/catbus.thrust b/src/catbus.thrust new file mode 100644 index 0000000..5147731 --- /dev/null +++ b/src/catbus.thrust @@ -0,0 +1,23 @@ +--- +title: CatBus +subtitle: a home automation platform built on MQTT +date: 2020-02-20 +--- +{% extends 'templates/base.html' %} +{% block body %} + +
+

{{ title }}

+

{{ subtitle }}

+
+{% markdown %} +CatBus is a home automation platform designed to be low configuration, easily extendable without dependence on the internet, and suitable for automation by multiple independent daemons. + +- [design](/catbus-design) +- actuators: + - [for Energenie relay sockets](https://github.com/ethulhu/mqtt-energenie-bridge) + - [for `usbrelay`-compatible USB relays](https://github.com/ethulhu/catbus-usbrelay-bridge) +{% endmarkdown %} +{% endblock %} -- cgit v1.2.3