Skip to content

Updates Language DE, Ventilation in HOB and Dishcare Reminder #129

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jun 7, 2025

Conversation

Matze89x
Copy link
Contributor

@Matze89x Matze89x commented Jun 1, 2025

Update cooking.py
add Cooking.Hob.Setting.Ventilation (for HOB in Cooking)

Update dishcare.py
add MachineCareReminder

Language DE
Washing machine, microwave, tumble dryer and HOB programmes added. MachineCareReminder for tumble dryer added. Cooking.Hob.Setting.Ventilation added.

Matze89x added 5 commits May 30, 2025 12:55
Washing machine, microwave, tumble dryer and HOB programmes added. MachineCareReminder for tumble dryer added. Cooking.Hob.Setting.Ventilation added.
add Cooking.Hob.Setting.Ventilation (for HOB in Cooking)
add MachineCare Reminder
MaschineCareReminder in deutsch
Matze89x added 5 commits June 7, 2025 00:50
Change HCBinarySensorEntityDescription MachineCareReminder
lowercase text - modified MachineCareReminder
@Matze89x
Copy link
Contributor Author

Matze89x commented Jun 6, 2025

Sorry chris-mc1 - I'm really not a professional at this and apologise for the mistakes. I hope everything is in order so far. I just did a test again, it works and thanks for the tip with the event.

@Matze89x Matze89x requested a review from chris-mc1 June 7, 2025 12:31
@chris-mc1 chris-mc1 merged commit edd7589 into chris-mc1:main Jun 7, 2025
6 checks passed
@chris-mc1
Copy link
Owner

Thanks

@ZTHawk
Copy link
Contributor

ZTHawk commented Jun 10, 2025

Hi,
just wanted to let you know:

"sensor_program_phase": {
        "name": "Programmphase",
        "state": {
          "prerinse": "Vorspülen",
          "mainwash": "Reinigen",
          "finalrinse": "Klarspülen",
          "drying": "Trocknen"
        }
      },

were extracted from my dishwasher (what was displayed there and app).

The following new values:

"sensor_program_phase": {
        "name": "Programmphase",
        "state": {
          "none": "Keine",
          "prerinse": "Vorspülen",
          "mainwash": "Hauptwaschen",
          "finalrinse": "Nachspülen",
          "drying": "Trocknen"
        }
      },

look like it is applicable for a washingmashine.

It seems that there a conflict. maybe both need a separate "program_phase"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants