Skip to content

Disable auto clean after power on #53

Answered by TillFleisch
djacid asked this question in Q&A
Discussion options

You must be logged in to vote
  • clean(Optional: boolean): If set to true the machine will perform a cleaning cycle during startup. Otherwise the machine will power on without cleaning. Defaults to true.

Cleaning is an option on the Power switch. You can find more details in the readme. You may use a configuration like this to achieve your goal.

  - platform: philips_power_switch
    controller_id: philip
    clean: false
    id: power_without_cleaning
    name: "Power without cleaning"
    icon: mdi:coffee-maker

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by TillFleisch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #29 on March 31, 2024 19:49.