From 3d15ac5a0f9d4f6c3e7e2ccd476b81a26272f675 Mon Sep 17 00:00:00 2001 From: RJPoelstra <36924801+RJPoelstra@users.noreply.github.com> Date: Sun, 24 Dec 2023 00:08:23 +0100 Subject: [PATCH] Add documentation for new Vogel's MotionMount integration (#29716) * Add documentation for new Vogel's MotionMount integration. * Update source/_integrations/motionmount.md Co-authored-by: Joost Lekkerkerker * Fix typo Co-authored-by: Joost Lekkerkerker * Update source/_integrations/motionmount.md Co-authored-by: Joost Lekkerkerker * Update target HA release Co-authored-by: Joost Lekkerkerker --------- Co-authored-by: Joost Lekkerkerker --- source/_integrations/motionmount.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 source/_integrations/motionmount.md diff --git a/source/_integrations/motionmount.md b/source/_integrations/motionmount.md new file mode 100644 index 00000000000..5935dcb8c47 --- /dev/null +++ b/source/_integrations/motionmount.md @@ -0,0 +1,22 @@ +--- +title: Vogel's MotionMount +description: Instructions on how to integrate Vogel's MotionMount into Home Assistant. +ha_category: + - Number +ha_release: 2024.1 +ha_iot_class: Local Push +ha_config_flow: true +ha_platforms: + - number +ha_codeowners: + - '@RJPoelstra' +ha_domain: motionmount +--- + +The Vogel's MotionMount integration allows you to control the position of your [TVM 7675 Pro](https://www.vogels.com/p/tvm-7675-pro-motorized-tv-wall-mount-black) Signature MotionMount. + +This integration uses the Ethernet (IP) connection of your MotionMount. It's not possible to connect using the RS-232 connection. + +It provides information about the current position of the mount and allows setting a new position. + +{% include integrations/config_flow.md %}