core/tests/components/template
Jan Bouwhuis 953a212dd6
Use ServiceValidationError for invalid fan preset_mode and move check to fan entity component (#104560)
* Use ServiceValidationError for fan preset_mode

* Use _valid_preset_mode_or_raise to raise

* Move preset_mode validation to entity component

* Fix bond fan and comments

* Fixes baf, fjaraskupan and template

* More integration adjustments

* Add custom components mock and test code

* Make NotValidPresetModeError subclass

* Update homeassistant/components/fan/strings.json

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Keep bond has_action validation

* Move demo test asserts outside context block

* Follow up comment

* Update homeassistant/components/fan/strings.json

Co-authored-by: G Johansson <goran.johansson@shiftit.se>

* Fix demo tests

* Remove pylint disable

* Remove unreachable code

* Update homeassistant/components/fan/__init__.py

Co-authored-by: G Johansson <goran.johansson@shiftit.se>

* Use NotValidPresetModeError, Final methods

* Address comments

* Correct docst

* Follow up comments

* Update homeassistant/components/fan/__init__.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: G Johansson <goran.johansson@shiftit.se>
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2023-11-29 13:56:51 +01:00
..
fixtures
snapshots Deprecate weather.get_forecast (#102534) 2023-11-19 20:44:02 +01:00
__init__.py
conftest.py
test_alarm_control_panel.py Improve errors for component configuration with missing keys (#103982) 2023-11-15 10:47:05 +01:00
test_binary_sensor.py
test_button.py
test_config_flow.py Assign specific error code for HomeAssistantError on websocket_api connection exceptions (#104700) 2023-11-29 13:07:52 +01:00
test_cover.py Improve formatting of component errors (#104081) 2023-11-17 23:01:00 +01:00
test_fan.py Use ServiceValidationError for invalid fan preset_mode and move check to fan entity component (#104560) 2023-11-29 13:56:51 +01:00
test_image.py
test_init.py
test_light.py Add RGB, RGBW and RGBWW capability to template.light (#86047) 2023-11-22 08:15:26 +01:00
test_lock.py
test_manual_trigger_entity.py
test_number.py
test_select.py
test_sensor.py
test_switch.py
test_template_entity.py
test_trigger.py
test_vacuum.py
test_weather.py Deprecate weather.get_forecast (#102534) 2023-11-19 20:44:02 +01:00