v3.0.0
Support for more coffee machines and languages
This release adds support for the EP3243
and EP3246
coffee machines from the Series 3200.
Furthermore, localization and internationalization support has been added!
The status sensor can now provide updates in different languages. Currently supported languages include English(en-US
) and German(de-DE
).
Furthermore, the Busy
state has been replaced with beverage-specific states such as "Brewing Coffee". This makes tracking beverage-specific counts easier.
Breaking changes.
Since different model numbers are supported now, the component name has been changed to make the naming convention less confusing.
The component name (platform type) must be changed from philips_series_2200
to philips_coffee_machine
.
The use_cappuccino
option on the status sensor has been removed. When using model: EP2235
on the main component, the status sensor will still report Cappuccino
.
Since the Busy
state has been split up into beverage-specific states scripts and automations relying on this state must be updated.
What's Changed
- Add Series 3200 (EP3243/EP3246 ) support by @TillFleisch in #35
- Add localization and internationalization support by @TillFleisch in #42
Full Changelog: v2.0.2...v3.0.0