feat: update madvr docs (#33659)

This commit is contained in:
ilan 2024-07-10 17:54:54 -04:00 committed by GitHub
parent 142508049a
commit 7443e5ac78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,8 +67,39 @@ These are commands that have parameters with a comma separating them.
The integration creates the following binary sensors: The integration creates the following binary sensors:
- `Power State` is True when the device is physically on. - `Power state` is On when the device is turned on.
- `Signal State` is True when the device is receiving a signal from the source. - `Signal state` is On 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. - `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 True when the device is sending an HDR signal. - `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. 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.