mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-29 12:17:01 +00:00
Add new JVC Projector integration (#25470)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
f95dbb8f7e
commit
d10539b328
46
source/_integrations/jvc_projector.markdown
Normal file
46
source/_integrations/jvc_projector.markdown
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
---
|
||||||
|
title: JVC Projector
|
||||||
|
description: Instructions on how to integrate JVC Projector into Home Assistant.
|
||||||
|
ha_category:
|
||||||
|
- Remote
|
||||||
|
ha_release: '2023.6'
|
||||||
|
ha_iot_class: Local Polling
|
||||||
|
ha_config_flow: true
|
||||||
|
ha_codeowners:
|
||||||
|
- '@SteveEasley'
|
||||||
|
ha_domain: jvc_projector
|
||||||
|
ha_platforms:
|
||||||
|
- remote
|
||||||
|
ha_integration_type: integration
|
||||||
|
---
|
||||||
|
|
||||||
|
The JVC Projector integration allows for the automation of [JVC Projectors](https://www.jvc.com/usa/projectors/).
|
||||||
|
|
||||||
|
## Supported Models
|
||||||
|
|
||||||
|
This integration is intended for the automation of any modern JVC Projector with a LAN network port.
|
||||||
|
|
||||||
|
{% include integrations/config_flow.md %}
|
||||||
|
|
||||||
|
## Remote
|
||||||
|
|
||||||
|
The JVC Projector remote platform will create a [Remote](/integrations/remote/) entity for the device. This entity allows you to send the following commands via the [remote.send_command](/integrations/remote/) service.
|
||||||
|
|
||||||
|
- `menu`
|
||||||
|
- `up`
|
||||||
|
- `down`
|
||||||
|
- `left`
|
||||||
|
- `right`
|
||||||
|
- `ok`
|
||||||
|
- `back`
|
||||||
|
- `info`
|
||||||
|
- `input`
|
||||||
|
- `hide`
|
||||||
|
- `mpc`
|
||||||
|
- `cmd`
|
||||||
|
- `advanced_menu`
|
||||||
|
- `picture_mode`
|
||||||
|
- `color_profile`
|
||||||
|
- `lens_control`
|
||||||
|
- `setting_memory`
|
||||||
|
- `gamma_settings`
|
Loading…
x
Reference in New Issue
Block a user