veista/smartthings
A fork of the Home Assistant SmartThings Integration. This adds better support for Samsung OCF Devices.
📋 What's Changed
- refactor: update device class imports and constants by @joshua-dantonio in https://github.com/veista/smartthings/pull/114
✨ New Contributors
- @joshua-dantonio made their first contribution in https://github.com/veista/smartthings/pull/114
- Full Changelog: https://github.com/veista/smartthings/compare/1.1.16...1.1.17
Fixing setup entries to conform HA 2023.3
Fixes issue on HA 2022.10
Added fridge model ARTIK051_REF_17K
Minor fix to SPI mode.
Added SPI mode.
Quick fix. Thanks to @firstof9
Added support for 21K_REF_LCD_FHUB6.0 Fridge via OCF Functions. This is a temporary fix for a problem in pysmartthings.
📋 Changes
- Hopefully fixes quiet mode on ac models that are missing it
- Changed some oven sensor names
📋 Changes
- All Sensors
- Light select
- Sound Switch
This is meant for debugging purposes.
Added Remote Control Status Sensor. Slight improvements to other code too.
Minor changes.
📋 Changes
- Added sound select support for oven type TP2X_DA-KS-RANGE-0101X
- Trying to fix disabledCapabilities again
This update adds better support for Samsung OCF Ovens. Also adds a Firmware update config entity.
Figured out a better way for evaluating Motion Sensor Saver adding criteria. There is no need to check model numbers anymore for this feature.
Finally Added Motion Sensor Saver function. Please note that this will not be added if you do not have the same AC model as me (ARTIK051_PRAC_20K). If your AC supports this function, please create an issue and I will add your model to the code.
📋 Changes
- Since it has come to my attention that some models do not support/have a display and thus not a display light, it is now checked against the model number.
- Power sensors have been revised and "energySaved" will not be added if it is not supported
- Revised power sensor classes and icons
- Made Samsung AC swing mode problem more robust
📋 Changes
- Replaced Dust Filter reset switch with the button entity
- Fixed many minor bugs.
Fixed Indentation error, which caused some devices to crash the integration, if custom.disabledCapabilities was missing from the device.
Fixed Number Entities to work with HA 2021.12.0. Also added icons to Number entities.
In this release fixed janky switch problem, which was caused by not waiting for push updates. Caused mostly problems with automations. Also added more describing icons to switches.
Added Device manufacturer, model and firmware version to device information of OCF device types.
📋 Changes
- If a SmartThings device has a capability custom.disabledCapabilities, the integration now recognizes this and prevents these entities to be added into Home Assistant. This now also lets you remove these ghost entities permanently.
- minor fix how power sensors show null values -> unavailable instead of unknown.
Fixed deltaEnergy attribute to be measured, was previously total increasing.
Initial Release
