Skip to content

Commit

Permalink
docs(controller): remove extra spaces for the device page
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviml committed Mar 17, 2021
1 parent 5c852cc commit 06d4e03
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/_layouts/controller.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ <h4 id="{{ds.domain}}">{{ds.controller}} ({{ds.type}})</h4>
<p>This is an example configuration:</p>
<pre>
<code lang="yaml">
example_app:
module: controllerx
class: {{ ds.controller }}
controller: < controller_id >
integration: < {{integration_names}} >
{{ds.domain}}: < {{ds.domain}} entity >
example_app:
module: controllerx
class: {{ ds.controller }}
controller: < controller_id >
integration: < {{integration_names}} >
{{ds.domain}}: < {{ds.domain}} entity >
</code>
</pre>
{% endfor %} {% if controller.note %}
Expand Down

0 comments on commit 06d4e03

Please sign in to comment.