Thinking Cleaner

There is currently support for the following device types within Home Assistant:

Sensor

The thinkingcleaner sensor platform simple displays information about your Thinking Cleaner (archived website) add-on.

To enable this sensor in your installation, add the following to your configuration.yamlconfiguration.yaml 文件是 Home Assistant 的主要配置文件。它列出了要加载的集成及其特定配置。在某些情况下,需要直接在 configuration.yaml 文件中手动编辑配置。大多数集成可以在 UI 中配置。 [Learn more] file:

sensor:
  - platform: thinkingcleaner

Configuration Variables

host string (Optional)

IP address of Thinking Cleaner device

This will automatically add sensors for each Thinking Cleaner in your network.

Switch

The thinkingcleaner switch platform allows you to control your Thinking Cleaner (archived website) add-on.

To enable this switch in your installation, add the following to your configuration.yamlconfiguration.yaml 文件是 Home Assistant 的主要配置文件。它列出了要加载的集成及其特定配置。在某些情况下,需要直接在 configuration.yaml 文件中手动编辑配置。大多数集成可以在 UI 中配置。 [Learn more] file:

switch:
  - platform: thinkingcleaner

Configuration Variables

host string (Optional)

IP address of Thinking Cleaner device

This will automatically add switches for each Thinking Cleaner in your network.

Example configuration using a Roomba with a static IP

If your thinkingcleaner device has a static IP address, you can also supply this to the sensor and switch using the host parameter. This is optional and will disable the automatic lookup.

sensor:
  - platform: thinkingcleaner
    host: 10.0.0.55
switch:
  - platform: thinkingcleaner
    host: 10.0.0.55