diff --git a/CODEOWNERS b/CODEOWNERS index 3e9b003903c..2608aa2e5f9 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -560,7 +560,7 @@ source/_integrations/upc_connect.markdown @pvizeli @fabaff source/_integrations/upcloud.markdown @scop source/_integrations/updater.markdown @home-assistant/core source/_integrations/upnp.markdown @StevenLooman @ehendrix23 -source/_integrations/uptimerobot.markdown @ludeeus +source/_integrations/uptimerobot.markdown @ludeeus @chemelli74 source/_integrations/usb.markdown @bdraco source/_integrations/usgs_earthquakes_feed.markdown @exxamalte source/_integrations/utility_meter.markdown @dgomes diff --git a/source/_integrations/advantage_air.markdown b/source/_integrations/advantage_air.markdown index 10965c54883..32e7072a557 100644 --- a/source/_integrations/advantage_air.markdown +++ b/source/_integrations/advantage_air.markdown @@ -11,6 +11,7 @@ ha_domain: advantage_air ha_quality_scale: platinum ha_platforms: - binary_sensor + - diagnostics - climate - cover - sensor diff --git a/source/_integrations/esphome.markdown b/source/_integrations/esphome.markdown index ac7ac0b9b26..c223d58cd8c 100644 --- a/source/_integrations/esphome.markdown +++ b/source/_integrations/esphome.markdown @@ -16,6 +16,7 @@ ha_platforms: - binary_sensor - camera - button + - diagnostics - climate - cover - fan diff --git a/source/_integrations/fritz.markdown b/source/_integrations/fritz.markdown index 6716a316355..19817a9a5ec 100644 --- a/source/_integrations/fritz.markdown +++ b/source/_integrations/fritz.markdown @@ -17,6 +17,7 @@ ha_iot_class: Local Polling ha_platforms: - binary_sensor - button + - diagnostics - device_tracker - sensor - switch diff --git a/source/_integrations/homewizard.markdown b/source/_integrations/homewizard.markdown index bc333b6a0f2..59606e93107 100644 --- a/source/_integrations/homewizard.markdown +++ b/source/_integrations/homewizard.markdown @@ -10,6 +10,7 @@ ha_domain: homewizard ha_codeowners: - '@DCSBL' ha_platforms: + - diagnostics - sensor - switch ha_zeroconf: true diff --git a/source/_integrations/hue.markdown b/source/_integrations/hue.markdown index 6c7ea5eedb1..bc62d95aac9 100644 --- a/source/_integrations/hue.markdown +++ b/source/_integrations/hue.markdown @@ -6,12 +6,12 @@ ha_category: - Light ha_iot_class: Local Push featured: true -ha_release: "0.60" +ha_release: '0.60' ha_config_flow: true ha_quality_scale: platinum ha_codeowners: - - "@balloob" - - "@marcelveldt" + - '@balloob' + - '@marcelveldt' ha_domain: hue ha_ssdp: true ha_homekit: true diff --git a/source/_integrations/intellifire.markdown b/source/_integrations/intellifire.markdown index 7c622c5c514..e47afd2f78a 100644 --- a/source/_integrations/intellifire.markdown +++ b/source/_integrations/intellifire.markdown @@ -11,6 +11,7 @@ ha_domain: intellifire ha_config_flow: true ha_platforms: - 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. diff --git a/source/_integrations/onewire.markdown b/source/_integrations/onewire.markdown index 1310ffcc528..4bb949e95e1 100644 --- a/source/_integrations/onewire.markdown +++ b/source/_integrations/onewire.markdown @@ -12,6 +12,7 @@ ha_codeowners: ha_domain: onewire ha_platforms: - binary_sensor + - diagnostics - sensor - switch --- diff --git a/source/_integrations/p1_monitor.markdown b/source/_integrations/p1_monitor.markdown index 33c94593b0b..4a7dde24c09 100644 --- a/source/_integrations/p1_monitor.markdown +++ b/source/_integrations/p1_monitor.markdown @@ -10,6 +10,7 @@ ha_codeowners: - '@klaasnicolaas' ha_domain: p1_monitor ha_platforms: + - diagnostics - sensor ha_quality_scale: platinum --- diff --git a/source/_integrations/rtsp_to_webrtc.markdown b/source/_integrations/rtsp_to_webrtc.markdown index f150bc94967..fd0411f6c60 100644 --- a/source/_integrations/rtsp_to_webrtc.markdown +++ b/source/_integrations/rtsp_to_webrtc.markdown @@ -9,6 +9,8 @@ ha_iot_class: Local Push ha_codeowners: - '@allenporter' 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. diff --git a/source/_integrations/samsungtv.markdown b/source/_integrations/samsungtv.markdown index 26a36ca4fbd..e9b911bc06b 100644 --- a/source/_integrations/samsungtv.markdown +++ b/source/_integrations/samsungtv.markdown @@ -12,6 +12,7 @@ ha_codeowners: ha_domain: samsungtv ha_ssdp: true ha_platforms: + - diagnostics - media_player ha_zeroconf: true ha_dhcp: true diff --git a/source/_integrations/simplisafe.markdown b/source/_integrations/simplisafe.markdown index 234388d2b4b..436ae0e9032 100644 --- a/source/_integrations/simplisafe.markdown +++ b/source/_integrations/simplisafe.markdown @@ -13,6 +13,7 @@ ha_domain: simplisafe ha_platforms: - alarm_control_panel - binary_sensor + - diagnostics - lock - sensor ha_dhcp: true diff --git a/source/_integrations/uptimerobot.markdown b/source/_integrations/uptimerobot.markdown index 27e22fb54c1..04e2499c6c2 100644 --- a/source/_integrations/uptimerobot.markdown +++ b/source/_integrations/uptimerobot.markdown @@ -7,10 +7,12 @@ ha_release: 0.72 ha_iot_class: Cloud Polling ha_codeowners: - '@ludeeus' + - '@chemelli74' ha_domain: uptimerobot ha_platforms: - binary_sensor - diagnostics + - sensor ha_quality_scale: platinum ha_config_flow: true --- diff --git a/source/_integrations/wled.markdown b/source/_integrations/wled.markdown index f087720bd26..61539811e3c 100644 --- a/source/_integrations/wled.markdown +++ b/source/_integrations/wled.markdown @@ -16,6 +16,7 @@ ha_zeroconf: true ha_platforms: - binary_sensor - button + - diagnostics - light - number - sensor