elric91 / homeassistant_zigate

Custom components for Home Assistant
MIT License
22 stars 5 forks source link

HA 0.88+ folder structure #34

Open iliDaedalus opened 5 years ago

iliDaedalus commented 5 years ago

The custom_components folder structure has changed.

Now we should copy the *.py files in custom_components folder using the same structure like the example here:

custom_components
    └── zigate
        └── __init__.py
        └── const.py
        └── zigate2hass.py
        └── switch.py
        └── sensor.py
        └── light.py