hass-core/homeassistant/components/template
Petro31 f3007b22c4
Allow setting set_percentage and set_preset_mode of template fan without turning on (#75656)
* decouple set_percentage and set_preset_mode from entity state

* correct set_percent self._state logic

* Add tests

* remove _VALUD_STATES

* decouple percent and preset_mode
2022-10-03 20:22:05 +02:00
..
__init__.py Clean up accessing service helpers via hass (#72013) 2022-05-17 10:56:57 -07:00
alarm_control_panel.py Add trigger/arm_custom_bypass to Template Alarm Control Panel (#74629) 2022-07-07 20:31:03 +02:00
binary_sensor.py Improve type hints in template (#74294) 2022-07-01 10:05:37 -07:00
button.py Refactor template entity to allow reuse (#72753) 2022-06-08 15:55:49 +02:00
config.py
const.py
cover.py Adjust CoverEntity property type hints in components (#73943) 2022-06-25 11:59:56 +02:00
fan.py Allow setting set_percentage and set_preset_mode of template fan without turning on (#75656) 2022-10-03 20:22:05 +02:00
light.py Remove use of deprecated SUPPORT_* constants from Template light (#77836) 2022-09-08 11:22:38 +02:00
lock.py Improve typing in fans and locks (#73901) 2022-06-23 16:34:40 +02:00
manifest.json
number.py Import number constants from root (#78248) 2022-09-12 18:14:49 +02:00
select.py Import constants from root (#78271) 2022-09-12 18:53:05 +02:00
sensor.py Remove template from mypy ignore list (#74426) 2022-07-14 21:15:37 +02:00
services.yaml
switch.py Improve type hints in template (#74294) 2022-07-01 10:05:37 -07:00
template_entity.py Fix implicit Optional [core] (#76719) 2022-08-13 18:46:08 +02:00
trigger.py Remove unused mypy ignore statements (#78292) 2022-09-12 09:25:11 -04:00
trigger_entity.py Add this variable to trigger-based templates (#72437) 2022-06-27 08:59:29 +02:00
vacuum.py Improve type hints in vacuum entities (#76561) 2022-08-20 08:33:27 +02:00
weather.py Use unit_conversion in components (#78991) 2022-09-23 17:33:32 +02:00