mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Add optional name for clarity when using multiple SAJ solar in… (#11121)
* Added support for multiple SAJ solar inverters * Add text language flag to markdown * Remove unnecessary docs + update name description
This commit is contained in:
parent
31d274a6e8
commit
c973815919
@ -31,6 +31,10 @@ host:
|
||||
description: "The IP address of the SAJ Solar Inverter."
|
||||
required: true
|
||||
type: string
|
||||
name:
|
||||
description: "An optional name for your SAJ Solar Inverter."
|
||||
required: false
|
||||
type: string
|
||||
type:
|
||||
description: "Type of connection module: 'ethernet' or 'wifi'"
|
||||
required: false
|
||||
@ -67,6 +71,7 @@ Sensors available in the library:
|
||||
```yaml
|
||||
sensor:
|
||||
- platform: saj
|
||||
name: MY_INVERTER_NAME
|
||||
host: IP_ADDRESS_OF_DEVICE
|
||||
type: wifi
|
||||
username: USERNAME
|
||||
|
Loading…
x
Reference in New Issue
Block a user