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 button platform to IronOS integration #36587

Merged
merged 2 commits into from
Dec 30, 2024
Merged
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
7 changes: 7 additions & 0 deletions source/_integrations/iron_os.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ha_category:
- Update
- Binary sensor
- Select
- Button
- Switch
ha_iot_class: Local Polling
ha_release: 2024.8
Expand All @@ -21,6 +22,7 @@ ha_platforms:
- update
- binary_sensor
- select
- button
- switch
---

Expand Down Expand Up @@ -133,6 +135,11 @@ These settings are intended for technically experienced users and require carefu
- **Calibration offset:** Adjusts the calibration of the thermocouple measurements, which determine the temperature displayed for the tip.
- **Calibrate CJC (Cold Junction Compensation):** Initiates thermocouple calibration at the next boot to improve temperature accuracy. Only needed if temperature readings are consistently inaccurate. Ensure the device is at room temperature before calibrating. For more details, see the [documentation](https://ralim.github.io/IronOS/Settings/#setting-calibrate-cjc-at-next-boot).

### Save & restore

- **Save settings:** Saves the current configuration to apply it permanently. Use this after making changes to ensure they persist across device reboots.
- **Restore default settings:** Resets all configuration options to their factory defaults. Note: This action cannot be undone, and all custom settings will be lost. To preserve custom settings, create a {% term scene %} before restoring defaults.

## Automations

Get started with this automation example for IronOS with a ready-to-use blueprint!
Expand Down
Loading