mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Add binary sensors to IronOS integration (#36070)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
1f1f68f6f6
commit
d172380052
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user