Skip to content

Commit

Permalink
fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tr4nt0r committed Dec 1, 2024
1 parent 0e1aec1 commit 38971f6
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions source/_integrations/iron_os.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The **IronOS** {% term integration %} seamlessly connects Home Assistant with PI

## How you can use this integration

The IronOS integration lets you monitor and control your smart soldering iron from Home Assistant and automate related tasks. For example, you can turn on a fume extractor automatically when the soldering iron enters soldering mode, and turn it off when the iron is laid down. You can also monitor the temperature of the tip and handle, as well as power draw and input voltage, directly in dashboards.
The IronOS integration lets you monitor and control your smart soldering iron from Home Assistant and automate related tasks. For example, you can turn on a fume extractor automatically when the soldering iron enters soldering mode, and turn it off when the iron is laid down. You can also monitor the temperature of the tip and handle, as well as power draw and input voltage, directly on dashboards.

## Minimum requirements

Expand Down Expand Up @@ -84,22 +84,19 @@ triggers:
entity_id: sensor.pinecil_operating_mode
to: soldering
id: start soldering
from: null
from:
- trigger: state
entity_id: sensor.pinecil_operating_mode
from: soldering
to: idle
id: stop soldering
conditions: []
actions:
- if:
- condition: trigger
id:
- start soldering
then:
- action: switch.turn_on
metadata: {}
data: {}
target:
entity_id: switch.fume_extractor
- if:
Expand All @@ -108,11 +105,8 @@ actions:
- stop soldering
then:
- action: switch.turn_off
metadata: {}
data: {}
target:
entity_id: switch.fume_extractor
mode: single
```
{% endraw %}
Expand Down Expand Up @@ -141,7 +135,6 @@ This integration maintains an active Bluetooth connection while the device is po
type: esp-idf
sdkconfig_options:
CONFIG_BT_GATTC_MAX_CACHE_CHAR: "100"
```

## Remove integration
Expand Down

0 comments on commit 38971f6

Please sign in to comment.