diff --git a/source/components/sensor.transmission.markdown b/source/components/sensor.transmission.markdown index 4d0e592bcdd..3cf829cd7fc 100644 --- a/source/components/sensor.transmission.markdown +++ b/source/components/sensor.transmission.markdown @@ -16,7 +16,7 @@ The [Transmission](http://www.transmissionbt.com/) platform allows you to monito # Example configuration.yaml entry sensor: platform: transmission - host: 192.168.1.26 + host: IP_ADDRESS port: 9091 name: Transmission username: YOUR_USERNAME @@ -29,7 +29,7 @@ sensor: Configuration variables: -- **host** (*Required*): This is the IP address of your Transmission daemon, e.g. 192.168.1.32. +- **host** (*Required*): This is the IP address of your Transmission daemon, eg. 192.168.1.32. - **port** (*Optional*): The port your Transmission daemon uses, defaults to 9091. - **name** (*Optional*): The name to use when displaying this Transmission instance. - **username** (*Optional*): Your Transmission username, if you use authentication. diff --git a/source/components/switch.transmission.markdown b/source/components/switch.transmission.markdown index 259172fd886..9dfa0da2046 100644 --- a/source/components/switch.transmission.markdown +++ b/source/components/switch.transmission.markdown @@ -18,7 +18,7 @@ To add Transmission to your installation, add the following to your `configurati # Example configuration.yaml entry switch: platform: transmission - host: 192.168.1.26 + host: IP_ADDRESS port: 9091 name: Transmission username: USERNAME @@ -27,7 +27,7 @@ switch: Configuration variables: -- **host** (*Required*): This is the IP address of your Transmission daemon, e.g. 192.168.1.32. +- **host** (*Required*): This is the IP address of your Transmission daemon, eg. 192.168.1.32. - **port** (*Optional*): The port your Transmission daemon uses, defaults to 9091. - **name** (*Optional*): The name to use when displaying this Transmission instance. - **username** (*Optional*): Your Transmission username, if you use authentication.