SmartThings Washer Dryer Cycle Time Remaining - Template sensor that calculates the remaining time for your Samsung SmartThings washer or dryer cycle
About
Create a template entity that reports the number of hours and minutes remaining in the current cycle for a Samsung SmartThings washer and dryer.
My model of Samsung washer and dryer only reports an estimated completion time (e.g. October 29, 2025 at 11:33 AM), but what I wanted was something like the washer and dryer’s built-in display. (e.g. 00:44:00)
As this is a template entity blueprint, it will require some YAML to setup. Check out the Home Assistant Documentation: Using Blueprints and the Setup section below for more information.
Enjoy, and feedback is always welcome!
Requirements
- Home Assistant Minimum Version: 2025.07
- SmartThings Integration
Supported Firmware
These are the firmware versions confirmed to work:
Washers:
- DA_WM_TP2_20_COMMON_30250414
Dryers:
- DA_WM_A51_20_COMMON_30230708
Features
- Intuitive Display: Displays cycle time remaining for SmartThings washer and dryers
- Dynamic Icons: Icon changes based on state
Setup
After importing the blueprint, use the following examples to create the template entity in your configuration.yaml. Be sure to replace the completion_time and machine_state entities with ones from your environment:
template:
- name: Washer Cycle Time Remaining
unique_id: washer_cycle_time_remaining
use_blueprint:
path: MakingNate/smartthings_washer_dryer_cycle_time_remaining.yaml
input:
completion_time: sensor.washer_completion_time
machine_state: sensor.washer_machine_state
- name: Dryer Cycle Time Remaining
unique_id: dryer_cycle_time_remaining
use_blueprint:
path: MakingNate/smartthings_washer_dryer_cycle_time_remaining.yaml
input:
completion_time: sensor.dryer_completion_time
machine_state: sensor.dryer_machine_state