Releases: astrandb/miele
One more final fix
More switches and buttons
Notable Changes
This release contains addtitions and corrections on switches and buttons used to control the operations of the Miele devices.
- Power on/off, SuperFreeze, SuperCool are represented as switches
- Start & Stop are represented as buttons.
- Entities are created for devices that support them according to compatibility matrix from Miele with some corrections for known errors in the documentation.
Switches do not always work due to imperfections in the API. However, it is considered better to be generous with the creation of them. The user can easily disable the entities if they are not found useful in the specific context.
New Features
Maintenance
Cleanup some test code
Sort out buttons and switches
Changes
Power on/off, SuperFreeze, SuperCool are represented as switches
Start & Stop are represented as buttons.
Entities are created for devices that support them according to compatibility matrix with some corrections for known errors in the documentation.
Switches do not always work due to imperfections in the API. However it is probably better to be generous with the creation of them. The user can easily disable the entities if they are not found useful in the specific context.
v0.0.18-beta2
v0.0.18-beta1
Enable setting of programs and stability improvements
Changes
This release enables the setting and starting of programs on devices that support it. There is a new service call that can be tested from Developer tools->Services
.
The validation of input parameters to Generic action service
is enhanced in order to catch more problems before they are sent to the API
Some devices can report a list of programs that they support. This information is now included in the diagnostics dowload for each device.
New Features
Various improvements
New Features
- Power switch added to appliances that support it @astrandb (#61)
- Support additional dishwasher program IDs @mundschenk-at (#60)
Bug Fixes
- Improve "Generic action" service @astrandb (#62)
- Power switch added to appliances that support it @astrandb (#61)
Translation
- Update Swedish translation @astrandb (#63)
- Support additional dishwasher program IDs @mundschenk-at (#60)
Some cleanup and updated translations
New Features
- Use no_program for ID 0 even on dishwashers, add it for other device … @mundschenk-at (#58)
Translation
- Additional programs @mundschenk-at (#55)
Maintenance
- Add prettier configuration @mundschenk-at (#57)
- Cleanup @astrandb (#56)