diff --git a/README.md b/README.md index b95ac77..bde29f3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ # LCN Frontend This repository contains the frontend files for the Home Assistant LCN configuration panel. + +## Features + +- Device Configuration + ![Device Configuration](./screenshots/lcn_devices.png?raw=true) + + - Set up modules and groups for all your LCN integrations. + - Search for modules and groups and have them added automatically. + - Select a module or group to access the respective Entity Configuration panel. + +- Entity Configuration + ![Entity Configuration](./screenshots/lcn_create_entity.png?raw=true) + - Set up Home Assistant entities for each module or group. + - Create new entities that map the functions of your LCN modules and configure their parameters. + - New entities are automatically added to your Home Assistant configuration and you can add them to your dashboards just like for any other integration. diff --git a/screenshots/lcn_create_entity.png b/screenshots/lcn_create_entity.png new file mode 100644 index 0000000..59603e9 Binary files /dev/null and b/screenshots/lcn_create_entity.png differ diff --git a/screenshots/lcn_devices.png b/screenshots/lcn_devices.png new file mode 100644 index 0000000..6220abc Binary files /dev/null and b/screenshots/lcn_devices.png differ diff --git a/screenshots/lcn_entities.png b/screenshots/lcn_entities.png new file mode 100644 index 0000000..ff188c9 Binary files /dev/null and b/screenshots/lcn_entities.png differ diff --git a/src/localize/languages/en.json b/src/localize/languages/en.json index 7af7124..f667f43 100644 --- a/src/localize/languages/en.json +++ b/src/localize/languages/en.json @@ -96,7 +96,7 @@ "dashboard-devices-dialog-error-module": "Module ID must be 5..254.", "dashboard-devices-dialog-error-group": "Group ID must be 5..254.", - "dashboard-entities-title": "LCN entities", + "dashboard-entities-title": "LCN Entities", "dashboard-entities-introduction": "Configure the entities for this module / group.", "dashboard-entities-introduction-help-1": "Add new entities provided by this module/group to your configuration.", "dashboard-entities-introduction-help-2": "Click on \"Create entity\", select the domain and configure the parameters according to your LCN installation.",