From 7e95b7945761c844b2cc4a267c2e9475e059814c Mon Sep 17 00:00:00 2001 From: Alberto Geniola Date: Tue, 7 Dec 2021 22:46:20 +0100 Subject: [PATCH] Add Elmax integration documentation. (#20240) * Add Elmax integration documentation. * Remove quality scale. Co-authored-by: Marvin Wichmann * Update HA_RELEASE version. Co-authored-by: Marvin Wichmann * Update source/_integrations/elmax.markdown Co-authored-by: Marvin Wichmann * Fix iot_class. Align Elmax naming in a consistent manner. Co-authored-by: Marvin Wichmann --- source/_integrations/elmax.markdown | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 source/_integrations/elmax.markdown diff --git a/source/_integrations/elmax.markdown b/source/_integrations/elmax.markdown new file mode 100644 index 00000000000..0763f0e890d --- /dev/null +++ b/source/_integrations/elmax.markdown @@ -0,0 +1,23 @@ +--- +title: Elmax +description: Instructions on how to integrate Elmax panels within Home Assistant. +ha_category: + - Switch +ha_release: 2022.2 +ha_iot_class: Cloud Polling +ha_config_flow: true +ha_codeowners: + - '@albertogeniola' +ha_domain: elmax +ha_platforms: + - switch +--- + +The Elmax integration enables Home Assistant integration with +[ELMAX](https://www.elmaxsrl.it/) control panels. Elmax panels are +domotic systems focused on intrusion detection and home surveillance. + +The current integration is capable of controlling domotic switches +and actuators connected to the Elmax panels. + +{% include integrations/config_flow.md %}