mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Sync codebase with docs for 0.118
This commit is contained in:
parent
eaa586c062
commit
dd3a84f168
13
CODEOWNERS
13
CODEOWNERS
@ -72,6 +72,7 @@ source/_integrations/cisco_mobility_express.markdown @fbradyirl
|
||||
source/_integrations/cisco_webex_teams.markdown @fbradyirl
|
||||
source/_integrations/cloud.markdown @home-assistant/cloud
|
||||
source/_integrations/cloudflare.markdown @ludeeus @ctalkington
|
||||
source/_integrations/color_extractor.markdown @GenericStudent
|
||||
source/_integrations/comfoconnect.markdown @michaelarnauts
|
||||
source/_integrations/config.markdown @home-assistant/core
|
||||
source/_integrations/configurator.markdown @home-assistant/core
|
||||
@ -121,6 +122,7 @@ source/_integrations/enocean.markdown @bdurrer
|
||||
source/_integrations/entur_public_transport.markdown @hfurubotten
|
||||
source/_integrations/environment_canada.markdown @michaeldavie
|
||||
source/_integrations/ephember.markdown @ttroy50
|
||||
source/_integrations/epson.markdown @pszafer
|
||||
source/_integrations/epsonworkforce.markdown @ThaStealth
|
||||
source/_integrations/eq3btsmart.markdown @rytilahti
|
||||
source/_integrations/esphome.markdown @OttoWinter
|
||||
@ -180,7 +182,6 @@ source/_integrations/homekit.markdown @bdraco
|
||||
source/_integrations/homekit_controller.markdown @Jc2k
|
||||
source/_integrations/homematic.markdown @pvizeli @danielperna84
|
||||
source/_integrations/homematicip_cloud.markdown @SukramJ
|
||||
source/_integrations/honeywell.markdown @zxdavb
|
||||
source/_integrations/http.markdown @home-assistant/core
|
||||
source/_integrations/huawei_lte.markdown @scop @fphammerle
|
||||
source/_integrations/huawei_router.markdown @abmantis
|
||||
@ -248,7 +249,7 @@ source/_integrations/met.markdown @danielhiversen @thimic
|
||||
source/_integrations/meteo_france.markdown @hacf-fr @oncleben31 @Quentame
|
||||
source/_integrations/meteoalarm.markdown @rolfberkenbosch
|
||||
source/_integrations/metoffice.markdown @MrHarcombe
|
||||
source/_integrations/miflora.markdown @danielhiversen @ChristianKuehnel @basnijholt
|
||||
source/_integrations/miflora.markdown @danielhiversen @basnijholt
|
||||
source/_integrations/mikrotik.markdown @engrbm87
|
||||
source/_integrations/mill.markdown @danielhiversen
|
||||
source/_integrations/min_max.markdown @fabaff
|
||||
@ -302,7 +303,7 @@ source/_integrations/openerz.markdown @misialq
|
||||
source/_integrations/opengarage.markdown @danielhiversen
|
||||
source/_integrations/opentherm_gw.markdown @mvn23
|
||||
source/_integrations/openuv.markdown @bachya
|
||||
source/_integrations/openweathermap.markdown @fabaff @freekode
|
||||
source/_integrations/openweathermap.markdown @fabaff @freekode @nzapponi
|
||||
source/_integrations/opnsense.markdown @mtreinish
|
||||
source/_integrations/orangepi_gpio.markdown @pascallj
|
||||
source/_integrations/oru.markdown @bvlaicu
|
||||
@ -317,7 +318,6 @@ source/_integrations/pi4ioe5v9xxxx.markdown @antonverburg
|
||||
source/_integrations/pi_hole.markdown @fabaff @johnluetke @shenxn
|
||||
source/_integrations/pilight.markdown @trekky12
|
||||
source/_integrations/plaato.markdown @JohNan
|
||||
source/_integrations/plant.markdown @ChristianKuehnel
|
||||
source/_integrations/plex.markdown @jjlawren
|
||||
source/_integrations/plugwise.markdown @CoMPaTech @bouwew
|
||||
source/_integrations/plum_lightpad.markdown @ColinHarrington @prystupa
|
||||
@ -353,6 +353,7 @@ source/_integrations/rmvtransport.markdown @cgtobi
|
||||
source/_integrations/roku.markdown @ctalkington
|
||||
source/_integrations/roomba.markdown @pschmitt @cyr-ius @shenxn
|
||||
source/_integrations/roon.markdown @pavoni
|
||||
source/_integrations/rpi_gpio_pwm.markdown @soldag
|
||||
source/_integrations/rpi_power.markdown @shenxn @swetoast
|
||||
source/_integrations/ruckus_unleashed.markdown @gabe565
|
||||
source/_integrations/safe_mode.markdown @home-assistant/core
|
||||
@ -372,7 +373,7 @@ source/_integrations/seven_segments.markdown @fabaff
|
||||
source/_integrations/seventeentrack.markdown @bachya
|
||||
source/_integrations/sharkiq.markdown @ajmarks
|
||||
source/_integrations/shell_command.markdown @home-assistant/core
|
||||
source/_integrations/shelly.markdown @balloob @bieniu
|
||||
source/_integrations/shelly.markdown @balloob @bieniu @thecode
|
||||
source/_integrations/shiftr.markdown @fabaff
|
||||
source/_integrations/shodan.markdown @fabaff
|
||||
source/_integrations/sighthound.markdown @robmarkcole
|
||||
@ -421,7 +422,7 @@ source/_integrations/switchbot.markdown @danielhiversen
|
||||
source/_integrations/switcher_kis.markdown @tomerfi
|
||||
source/_integrations/switchmate.markdown @danielhiversen
|
||||
source/_integrations/syncthru.markdown @nielstron
|
||||
source/_integrations/synology_dsm.markdown @hacf-fr @Quentame
|
||||
source/_integrations/synology_dsm.markdown @hacf-fr @Quentame @mib1185
|
||||
source/_integrations/synology_srm.markdown @aerialls
|
||||
source/_integrations/syslog.markdown @fabaff
|
||||
source/_integrations/tado.markdown @michaelarnauts @bdraco
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Color Extractor
|
||||
title: ColorExtractor
|
||||
description: Instructions how to integrate the Color Extractor into Home Assistant.
|
||||
ha_release: 0.118
|
||||
ha_category:
|
||||
|
@ -6,6 +6,9 @@ ha_category:
|
||||
ha_release: 0.72
|
||||
ha_iot_class: Local Polling
|
||||
ha_domain: epson
|
||||
ha_codeowners:
|
||||
- '@pszafer'
|
||||
ha_config_flow: true
|
||||
---
|
||||
|
||||
The `epson` platform allows you to control a Epson projector from Home Assistant.
|
||||
|
@ -1,12 +1,12 @@
|
||||
---
|
||||
title: "Generic IP Camera"
|
||||
description: "Instructions on how to integrate IP cameras within Home Assistant."
|
||||
title: Generic
|
||||
description: Instructions on how to integrate IP cameras within Home Assistant.
|
||||
ha_category:
|
||||
- Camera
|
||||
logo: home-assistant.png
|
||||
ha_release: pre 0.7
|
||||
ha_iot_class: Configurable
|
||||
ha_domain: camera
|
||||
ha_domain: generic
|
||||
---
|
||||
|
||||
The `generic` camera platform allows you to integrate any IP camera or other URL into Home Assistant. Templates can be used to generate the URLs on the fly.
|
||||
|
@ -5,8 +5,6 @@ ha_category:
|
||||
- Climate
|
||||
ha_release: pre 0.7
|
||||
ha_iot_class: Cloud Polling
|
||||
ha_codeowners:
|
||||
- '@zxdavb'
|
||||
ha_domain: honeywell
|
||||
---
|
||||
|
||||
|
@ -8,7 +8,7 @@ ha_codeowners:
|
||||
- '@home-assistant/core'
|
||||
ha_domain: image
|
||||
ha_quality_scale: internal
|
||||
ha_iot_class: ~
|
||||
ha_iot_class:
|
||||
---
|
||||
|
||||
The Image integration allows Home Assistant to handle image assets in Home Assistant, for example,
|
||||
|
@ -5,7 +5,7 @@ ha_category:
|
||||
- Image Processing
|
||||
ha_release: 0.36
|
||||
ha_domain: image_processing
|
||||
ha_iot_class: ~
|
||||
ha_iot_class:
|
||||
---
|
||||
|
||||
Image processing enables Home Assistant to process images from [cameras](/integrations/#camera). Only camera entities are supported as sources.
|
||||
|
@ -7,7 +7,6 @@ ha_release: 0.29
|
||||
ha_iot_class: Local Polling
|
||||
ha_codeowners:
|
||||
- '@danielhiversen'
|
||||
- '@ChristianKuehnel'
|
||||
- '@basnijholt'
|
||||
ha_domain: miflora
|
||||
---
|
||||
|
@ -10,6 +10,7 @@ ha_config_flow: true
|
||||
ha_codeowners:
|
||||
- '@fabaff'
|
||||
- '@freekode'
|
||||
- '@nzapponi'
|
||||
ha_domain: openweathermap
|
||||
---
|
||||
|
||||
|
@ -6,8 +6,6 @@ ha_category:
|
||||
ha_iot_class: Calculated
|
||||
ha_release: 0.44
|
||||
ha_quality_scale: internal
|
||||
ha_codeowners:
|
||||
- '@ChristianKuehnel'
|
||||
ha_domain: plant
|
||||
---
|
||||
|
||||
|
@ -6,6 +6,8 @@ ha_category:
|
||||
ha_iot_class: Local Push
|
||||
ha_release: 0.43
|
||||
ha_domain: rpi_gpio_pwm
|
||||
ha_codeowners:
|
||||
- '@soldag'
|
||||
---
|
||||
|
||||
The `rpi_gpio_pwm` platform allows to control multiple lights using pulse-width modulation, for example LED strips. It supports one-color, RGB and RGBW LEDs driven by GPIOs of a Raspberry Pi (same host or remote) or a PCA9685 controller.
|
||||
|
@ -10,6 +10,7 @@ ha_release: 0.115
|
||||
ha_codeowners:
|
||||
- '@balloob'
|
||||
- '@bieniu'
|
||||
- '@thecode'
|
||||
ha_iot_class: Local Polling
|
||||
ha_domain: shelly
|
||||
featured: true
|
||||
|
@ -122,4 +122,3 @@ This service allows for loading a preset saved on the WLED device.
|
||||
| `preset` | no | ID of the preset slot to load from. |
|
||||
|
||||
More information on presets [is documented in the WLED Wiki](https://github.com/Aircoookie/WLED/wiki/Presets)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user