Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add binary sensors to IronOS integration #36070

Open
wants to merge 2 commits into
base: next
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions source/_integrations/iron_os.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ha_category:
- Number
- Sensor
- Update
- Binary sensor
ha_iot_class: Local Polling
ha_release: 2024.8
ha_config_flow: true
Expand All @@ -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.
Expand All @@ -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 whether a soldering tip is currently connected to the device.

## Sensors

- **Tip temperature:** Monitors the current temperature of the soldering iron tip.
Expand Down