Add binary sensors to IronOS integration (#36070)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Manu 2024-12-09 23:34:24 +01:00 committed by GitHub
parent 1f1f68f6f6
commit d172380052
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,7 @@ ha_category:
- Number - Number
- Sensor - Sensor
- Update - Update
- Binary sensor
ha_iot_class: Local Polling ha_iot_class: Local Polling
ha_release: 2024.8 ha_release: 2024.8
ha_config_flow: true ha_config_flow: true
@ -16,6 +17,7 @@ ha_platforms:
- number - number
- sensor - sensor
- update - 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. 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. - **Setpoint temperature:** Allows to set the desired target temperature for the soldering iron tip.
## Binary sensors
- **Soldering tip:** Indicates whether a soldering tip is currently connected to the device.
## Sensors ## Sensors
- **Tip temperature:** Monitors the current temperature of the soldering iron tip. - **Tip temperature:** Monitors the current temperature of the soldering iron tip.