Skip to content

v3.0.0

Compare
Choose a tag to compare
@TillFleisch TillFleisch released this 07 Mar 20:52
· 9 commits to main since this release
866fb17

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

Full Changelog: v2.0.2...v3.0.0