ha_xiaomi_home/custom_components/xiaomi_home
jimmykmi f581ad6ce2 feat: Add advanced configuration step
- Added an "Advanced Configuration Options" step to the config flow.
- Moved `action_debug` and `hide_non_standard_entities` configurations to the new step.
- Introduced a checkbox "Show Advanced Configuration Options" in the devices filter form.
- Only show the advanced step if the user opts in via the checkbox.

This change enhances the configuration process by allowing users to access advanced settings only if needed, keeping the initial setup simple.
2024-12-19 02:09:09 +08:00
..
miot fix: fix get homeinfo error 2024-12-17 15:32:19 +08:00
translations Create pt-BR.json 2024-12-18 15:29:43 +08:00
__init__.py style: pylint check add ignore item 2024-12-10 19:11:25 +08:00
binary_sensor.py feat: first commit 2024-12-10 17:36:32 +08:00
button.py feat: first commit 2024-12-10 17:36:32 +08:00
climate.py fix: bool value false 2024-12-17 19:04:25 +08:00
config_flow.py feat: Add advanced configuration step 2024-12-19 02:09:09 +08:00
cover.py fix: invalid cover status 2024-12-17 19:18:19 +08:00
event.py feat: first commit 2024-12-10 17:36:32 +08:00
fan.py feat: first commit 2024-12-10 17:36:32 +08:00
humidifier.py feat: first commit 2024-12-10 17:36:32 +08:00
light.py style: pylint check add ignore item 2024-12-10 19:11:25 +08:00
manifest.json feat: first commit 2024-12-10 17:36:32 +08:00
notify.py feat: first commit 2024-12-10 17:36:32 +08:00
number.py feat: first commit 2024-12-10 17:36:32 +08:00
select.py feat: first commit 2024-12-10 17:36:32 +08:00
sensor.py feat: first commit 2024-12-10 17:36:32 +08:00
switch.py feat: first commit 2024-12-10 17:36:32 +08:00
text.py feat: first commit 2024-12-10 17:36:32 +08:00
vacuum.py feat: first commit 2024-12-10 17:36:32 +08:00
water_heater.py fix: add STATE_ON to devices that not define mode 2024-12-17 21:39:09 +08:00