mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
2022.2.0: Update property sync with codebase
This commit is contained in:
parent
b8c19779bc
commit
22f8521879
@ -560,7 +560,7 @@ source/_integrations/upc_connect.markdown @pvizeli @fabaff
|
|||||||
source/_integrations/upcloud.markdown @scop
|
source/_integrations/upcloud.markdown @scop
|
||||||
source/_integrations/updater.markdown @home-assistant/core
|
source/_integrations/updater.markdown @home-assistant/core
|
||||||
source/_integrations/upnp.markdown @StevenLooman @ehendrix23
|
source/_integrations/upnp.markdown @StevenLooman @ehendrix23
|
||||||
source/_integrations/uptimerobot.markdown @ludeeus
|
source/_integrations/uptimerobot.markdown @ludeeus @chemelli74
|
||||||
source/_integrations/usb.markdown @bdraco
|
source/_integrations/usb.markdown @bdraco
|
||||||
source/_integrations/usgs_earthquakes_feed.markdown @exxamalte
|
source/_integrations/usgs_earthquakes_feed.markdown @exxamalte
|
||||||
source/_integrations/utility_meter.markdown @dgomes
|
source/_integrations/utility_meter.markdown @dgomes
|
||||||
|
@ -11,6 +11,7 @@ ha_domain: advantage_air
|
|||||||
ha_quality_scale: platinum
|
ha_quality_scale: platinum
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- binary_sensor
|
- binary_sensor
|
||||||
|
- diagnostics
|
||||||
- climate
|
- climate
|
||||||
- cover
|
- cover
|
||||||
- sensor
|
- sensor
|
||||||
|
@ -16,6 +16,7 @@ ha_platforms:
|
|||||||
- binary_sensor
|
- binary_sensor
|
||||||
- camera
|
- camera
|
||||||
- button
|
- button
|
||||||
|
- diagnostics
|
||||||
- climate
|
- climate
|
||||||
- cover
|
- cover
|
||||||
- fan
|
- fan
|
||||||
|
@ -17,6 +17,7 @@ ha_iot_class: Local Polling
|
|||||||
ha_platforms:
|
ha_platforms:
|
||||||
- binary_sensor
|
- binary_sensor
|
||||||
- button
|
- button
|
||||||
|
- diagnostics
|
||||||
- device_tracker
|
- device_tracker
|
||||||
- sensor
|
- sensor
|
||||||
- switch
|
- switch
|
||||||
|
@ -10,6 +10,7 @@ ha_domain: homewizard
|
|||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@DCSBL'
|
- '@DCSBL'
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
|
- diagnostics
|
||||||
- sensor
|
- sensor
|
||||||
- switch
|
- switch
|
||||||
ha_zeroconf: true
|
ha_zeroconf: true
|
||||||
|
@ -6,12 +6,12 @@ ha_category:
|
|||||||
- Light
|
- Light
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
featured: true
|
featured: true
|
||||||
ha_release: "0.60"
|
ha_release: '0.60'
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_quality_scale: platinum
|
ha_quality_scale: platinum
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- "@balloob"
|
- '@balloob'
|
||||||
- "@marcelveldt"
|
- '@marcelveldt'
|
||||||
ha_domain: hue
|
ha_domain: hue
|
||||||
ha_ssdp: true
|
ha_ssdp: true
|
||||||
ha_homekit: true
|
ha_homekit: true
|
||||||
|
@ -11,6 +11,7 @@ ha_domain: intellifire
|
|||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- binary_sensor
|
- binary_sensor
|
||||||
|
- sensor
|
||||||
---
|
---
|
||||||
|
|
||||||
IntelliFire Wi-Fi fireplace modules provide app-based and Alexa control to various fireplaces. The modules do expose an unencrypted HTTP endpoint on the network that provides status information. This integration will read that URL and create a set of sensors displaying the current fireplace state.
|
IntelliFire Wi-Fi fireplace modules provide app-based and Alexa control to various fireplaces. The modules do expose an unencrypted HTTP endpoint on the network that provides status information. This integration will read that URL and create a set of sensors displaying the current fireplace state.
|
||||||
|
@ -12,6 +12,7 @@ ha_codeowners:
|
|||||||
ha_domain: onewire
|
ha_domain: onewire
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- binary_sensor
|
- binary_sensor
|
||||||
|
- diagnostics
|
||||||
- sensor
|
- sensor
|
||||||
- switch
|
- switch
|
||||||
---
|
---
|
||||||
|
@ -10,6 +10,7 @@ ha_codeowners:
|
|||||||
- '@klaasnicolaas'
|
- '@klaasnicolaas'
|
||||||
ha_domain: p1_monitor
|
ha_domain: p1_monitor
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
|
- diagnostics
|
||||||
- sensor
|
- sensor
|
||||||
ha_quality_scale: platinum
|
ha_quality_scale: platinum
|
||||||
---
|
---
|
||||||
|
@ -9,6 +9,8 @@ ha_iot_class: Local Push
|
|||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@allenporter'
|
- '@allenporter'
|
||||||
ha_domain: rtsp_to_webrtc
|
ha_domain: rtsp_to_webrtc
|
||||||
|
ha_platforms:
|
||||||
|
- diagnostics
|
||||||
---
|
---
|
||||||
|
|
||||||
The RTSPtoWebRTC integration registers with [camera integration](/integration/camera) to provide WebRTC live streams for any RTSP camera. The integration initiates a connection to a [RTSPtoWeb](https://github.com/deepch/RTSPtoWeb) or [RTSPtoWebRTC](https://github.com/deepch/RTSPtoWebRTC) proxy server that converts an RTSP stream to a WebRTC stream.
|
The RTSPtoWebRTC integration registers with [camera integration](/integration/camera) to provide WebRTC live streams for any RTSP camera. The integration initiates a connection to a [RTSPtoWeb](https://github.com/deepch/RTSPtoWeb) or [RTSPtoWebRTC](https://github.com/deepch/RTSPtoWebRTC) proxy server that converts an RTSP stream to a WebRTC stream.
|
||||||
|
@ -12,6 +12,7 @@ ha_codeowners:
|
|||||||
ha_domain: samsungtv
|
ha_domain: samsungtv
|
||||||
ha_ssdp: true
|
ha_ssdp: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
|
- diagnostics
|
||||||
- media_player
|
- media_player
|
||||||
ha_zeroconf: true
|
ha_zeroconf: true
|
||||||
ha_dhcp: true
|
ha_dhcp: true
|
||||||
|
@ -13,6 +13,7 @@ ha_domain: simplisafe
|
|||||||
ha_platforms:
|
ha_platforms:
|
||||||
- alarm_control_panel
|
- alarm_control_panel
|
||||||
- binary_sensor
|
- binary_sensor
|
||||||
|
- diagnostics
|
||||||
- lock
|
- lock
|
||||||
- sensor
|
- sensor
|
||||||
ha_dhcp: true
|
ha_dhcp: true
|
||||||
|
@ -7,10 +7,12 @@ ha_release: 0.72
|
|||||||
ha_iot_class: Cloud Polling
|
ha_iot_class: Cloud Polling
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@ludeeus'
|
- '@ludeeus'
|
||||||
|
- '@chemelli74'
|
||||||
ha_domain: uptimerobot
|
ha_domain: uptimerobot
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- binary_sensor
|
- binary_sensor
|
||||||
- diagnostics
|
- diagnostics
|
||||||
|
- sensor
|
||||||
ha_quality_scale: platinum
|
ha_quality_scale: platinum
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
---
|
---
|
||||||
|
@ -16,6 +16,7 @@ ha_zeroconf: true
|
|||||||
ha_platforms:
|
ha_platforms:
|
||||||
- binary_sensor
|
- binary_sensor
|
||||||
- button
|
- button
|
||||||
|
- diagnostics
|
||||||
- light
|
- light
|
||||||
- number
|
- number
|
||||||
- sensor
|
- sensor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user