Skip to content

Commit

Permalink
Merge pull request #115 from grimmpp/feature-branch
Browse files Browse the repository at this point in the history
docs updated
  • Loading branch information
grimmpp authored Jun 24, 2024
2 parents eea6950 + 0b0f9fc commit 5097b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gateway_usage/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To get familiar with the Eltako Integration configuration check out [Update Home
| Attribute | Type / Values | Description |
| :--- | :--- | :--- |
| `id` | Number | Unique arbritary number to identify the gateway. |
| `device_type` | fam14, fgw14usb, fam-usb, enocean-usb300 | The device type defines the gateway model. Base on this information other information is derived. Supported values can be found in [const.py](../../custom_components/eltako/const.py) Supported gateways are described [here](../gateways/readme.md). |
| `device_type` | fam14, fgw14usb, fam-usb, enocean-usb300, mgw-lan | The device type defines the gateway model. Base on this information other information is derived. Supported values can be found in [const.py](../../custom_components/eltako/const.py) Supported gateways are described [here](../gateways/readme.md). |
| `base_id` | enocean address format | Gateways can obviously receive and send messages. To send messages they use a hardcoded range of 128 addresses. The base_id is the first address of this range. Base_ids are used to identify the source of a message and to validate the configuration. |
| `devices` | configuration | Devices grouped by Home Assistant platform types. All devices which are listed here will be represented by this device. Device listed more than one in different devices will be recognized as two independent devices. |
| `serial_path` | optional string | for serial paths which won't be auto detected. Can be also used for serial over tcp. |
Expand Down

0 comments on commit 5097b7f

Please sign in to comment.