Skip to content

Commit

Permalink
feat: new climate presets
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasgermain committed Dec 16, 2023
1 parent 326ddf5 commit 62a43dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 305 deletions.
4 changes: 1 addition & 3 deletions homeassistant/components/multimatic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@
vol.Required(CONF_USERNAME): cv.string,
vol.Required(CONF_PASSWORD): cv.string,
vol.Optional(CONF_SERIAL_NUMBER): cv.string,
vol.Required(CONF_APPLICATION, default=MULTIMATIC): cv.ensure_list(
[MULTIMATIC, SENSO]
),
vol.Required(CONF_APPLICATION, default=MULTIMATIC): vol.In([MULTIMATIC, SENSO]),
}
)

Expand Down
302 changes: 0 additions & 302 deletions tests/components/multimatic/test_water_heater.py

This file was deleted.

0 comments on commit 62a43dd

Please sign in to comment.