From 7443e5ac78fd47c36b66c3cfe8c6474a2029f2f0 Mon Sep 17 00:00:00 2001 From: ilan <31193909+iloveicedgreentea@users.noreply.github.com> Date: Wed, 10 Jul 2024 17:54:54 -0400 Subject: [PATCH] feat: update madvr docs (#33659) --- source/_integrations/madvr.markdown | 39 ++++++++++++++++++++++++++--- 1 file changed, 35 insertions(+), 4 deletions(-) diff --git a/source/_integrations/madvr.markdown b/source/_integrations/madvr.markdown index 4f822fd9cb1..6d83df39d22 100644 --- a/source/_integrations/madvr.markdown +++ b/source/_integrations/madvr.markdown @@ -67,8 +67,39 @@ These are commands that have parameters with a comma separating them. The integration creates the following binary sensors: -- `Power State` is True when the device is physically on. -- `Signal State` is True when the device is receiving a signal from the source. -- `HDR Flag` is True when the device is receiving an HDR signal. This is useful to trigger automations based on the HDR flag, such as changing projector settings. -- `Outgoing HDR Flag` is True when the device is sending an HDR signal. +- `Power state` is On when the device is turned on. +- `Signal state` is On when the device is receiving a signal from the source. +- `HDR flag` is On when the device is receiving an HDR signal. This is useful to trigger automations based on the HDR flag, such as changing projector settings. +- `Outgoing HDR flag` is On when the device is sending an HDR signal. + These can be used for various purposes, such as triggering your masking system based on the detected aspect ratio. + +### Sensor + +The integration creates the following sensors: + +- `MAC address`: The MAC address of the madVR Envy device. +- `Gpu temperature`: The temperature of the GPU. +- `Hdmi temperature`: The temperature of the HDMI interface. +- `Cpu temperature`: The temperature of the CPU. +- `Mainboard temperature`: The temperature of the mainboard. +- `Incoming resolution`: The resolution of the incoming video signal. +- `Incoming frame rate`: The frame rate of the incoming video signal. +- `Incoming color space`: The color space of the incoming video signal. +- `Incoming bit depth`: The bit depth of the incoming video signal. +- `Incoming colorimetry`: The colorimetry of the incoming video signal. +- `Incoming black levels`: The black level setting of the incoming video signal. +- `Incoming aspect ratio`: The aspect ratio of the incoming video signal. +- `Outgoing resolution`: The resolution of the outgoing video signal. +- `Outgoing frame rate`: The frame rate of the outgoing video signal. +- `Outgoing color space`: The color space of the outgoing video signal. +- `Outgoing bit depth`: The bit depth of the outgoing video signal. +- `Outgoing colorimetry`: The colorimetry of the outgoing video signal. +- `Outgoing black levels`: The black level setting of the outgoing video signal. +- `Aspect ratio resolution`: The resolution corresponding to the current aspect ratio. +- `Aspect ratio decimal`: The aspect ratio as a decimal value. +- `Aspect ratio integer`: The aspect ratio as an integer ratio. +- `Aspect ratio name`: The name of the current aspect ratio. +- `Masking resolution`: The resolution for the current masking setting. +- `Masking decimal`: The masking ratio as a decimal value. +- `Masking integer`: The masking ratio as an integer ratio.