From 7ba855d11da4ddc5b93de93eac3b280f3e22a1bf Mon Sep 17 00:00:00 2001 From: tr4nt0r <4445816+tr4nt0r@users.noreply.github.com> Date: Sat, 30 Nov 2024 00:48:29 +0000 Subject: [PATCH 1/2] Add binary sensors to IronOS integration --- source/_integrations/iron_os.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_integrations/iron_os.markdown b/source/_integrations/iron_os.markdown index 86d3c0973359..50f74a6da037 100644 --- a/source/_integrations/iron_os.markdown +++ b/source/_integrations/iron_os.markdown @@ -5,6 +5,7 @@ ha_category: - Number - Sensor - Update + - Binary sensor ha_iot_class: Local Polling ha_release: 2024.8 ha_config_flow: true @@ -16,6 +17,7 @@ ha_platforms: - number - sensor - update + - binary_sensor --- The **IronOS** {% term integration %} seamlessly connects Home Assistant with PINE64's Pinecil V2 soldering irons, allowing for remote monitoring and control. This integration provides real-time updates on temperature, power, and various other settings and diagnostic information. @@ -30,6 +32,10 @@ The **IronOS** {% term integration %} seamlessly connects Home Assistant with PI - **Setpoint temperature:** Allows to set the desired target temperature for the soldering iron tip. +## Binary sensors + +- **Soldering tip:** Indicates wether a soldering tip is currently connected to the device. + ## Sensors - **Tip temperature:** Monitors the current temperature of the soldering iron tip. From 59eabdcb7dd9288f9a21ee938c2bf9d9fe528a89 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 1 Dec 2024 12:29:12 +0100 Subject: [PATCH 2/2] Fix typo --- source/_integrations/iron_os.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/iron_os.markdown b/source/_integrations/iron_os.markdown index 50f74a6da037..b688ce844b2c 100644 --- a/source/_integrations/iron_os.markdown +++ b/source/_integrations/iron_os.markdown @@ -34,7 +34,7 @@ The **IronOS** {% term integration %} seamlessly connects Home Assistant with PI ## Binary sensors -- **Soldering tip:** Indicates wether a soldering tip is currently connected to the device. +- **Soldering tip:** Indicates whether a soldering tip is currently connected to the device. ## Sensors