FreshlyBrewedCode / hacs-homee

a Home Assistant custom component to integrate the homee smart home platform
MIT License
18 stars 6 forks source link

Option to import all devices regardless of their groups #5

Closed FreshlyBrewedCode closed 1 year ago

FreshlyBrewedCode commented 3 years ago

Is your feature request related to a problem? Please describe. A new option introduced in v1.2.0 allows the user to select which groups should be imported. The integration will only import devices that are in any of the selected groups. This behaviour will cause devices that are not assigned to a group to never be imported.

Describe the solution you'd like Add an option to import all devices regardless of what groups are selected.

Describe alternatives you've considered Move all devices to at least one group.

Additional context The option should be added to the get_data_schema function in config_flow.py and get_imported_nodes in helpers.py should return all nodes if the option is enabled.

Taraman17 commented 1 year ago

I'm currently working on this one.

I wonder if there is a chance to get rid of the Door / Window Sensor group setting. Don't these devices have a Device Profile or anything that lets us recognize them?

Maybe anyone using those with homee reading this can send us a log to check.

FreshlyBrewedCode commented 1 year ago

see https://github.com/Taraman17/hacs-homee/issues/3