Fix typos and re-phrase it

This commit is contained in:
Fabian Affolter 2016-09-04 11:49:32 +02:00
parent 8b030b73e4
commit 2b01663c95
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -50,4 +50,4 @@ To use those kind of [sensors](/components/sensor.http/) or [binary sensors](com
All [requests](/developers/rest_api/#post-apistatesltentity_id) need to be sent to the endpoint of the device and must be **POST**.
If you want to host static files on your site this canbe done by making a www directory under the .htomassistant configuration path. Then static files in `.homeassistant/www/` can be accessed by using `http://your.domain:8123/local/`
If you want to use Home Assistant to host or serve static files then create a directory called `www` under the `.homeassistant` configuration path. The static files in `.homeassistant/www/` can be accessed by the following URL `http://your.domain:8123/local/`.