1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
title: XKNX
description: A KNX library written in Python
meta:
title: XKNX - A Python KNX library
keywords: KNX,KNX/IP,EIB,Home Automation,Home Assistant
description: >
XKNX is a KNX library written in Python. It lets you to control KNX devices
like Lights, Shutters, Covers, Switches, Outlets, Thermostats
via python scripts. Driver for the Home Assistant KNX integration.
robots: index,follow,noarchive,noodp
google-site-verification: Z_FsKIe3iX8aXRXZG8NUgqOr3d41c5k9cBGccgKOvwM
theme: "just-the-docs"
show_downloads: true
xknx:
zip_url: "https://github.com/XKNX/xknx/archive/main.zip"
tar_url: "https://github.com/XKNX/xknx/archive/main.tar.gz"
repository_url: "http://github.com/XKNX/xknx"
logo: "/assets/img/xknx_logo_inverted.png"
# Enable or disable the site search
# Supports true (default) or false
search_enabled: true
aux_links:
"XKNX on GitHub":
- "//github.com/xknx/xknx"
color_scheme: dark
# Footer "Edit this page on GitHub" link text
gh_edit_link: true # show or hide edit this page link
gh_edit_link_text: "Edit this page on GitHub."
gh_edit_repository: "https://github.com/XKNX/xknx" # the github URL for your repo
gh_edit_branch: "main" # the branch that your docs is served from
gh_edit_view_mode: "edit" # "tree" or "edit" if you want the user to jump into the editor immediately
|