Commit 84cf41f08cf9239c5c0c288f1cbc0de7ff881a39

Authored by Jeroen88
1 parent 11e6c729

Minor textual changes

Showing 1 changed file with 4 additions and 4 deletions
examples/README.md
... ... @@ -35,13 +35,13 @@ action:
35 35 payload: "{\"temperature\":{{ trigger.to_state.state }}}"
36 36 mode: single
37 37 ```
38   -Replace the entity_id with the id of your thermometer and replace '22b5ea03f784' number in the topic with your number (can be found in the logging)\
  38 +Replace the entity_id with the id of your thermometer and replace '22b5ea03f784' number in the topic with your number (can be found in the logging)
39 39  
40 40 The thermostat (Climate) integration is automatically added to Home Assistant, together with several sensors.
41 41 ### Thermostat behaviour
42 42 - The thermostat is enabled in Home Assistant if it communicates with an OpenTherm boiler
43 43 - The thermostat shows the room temperature if it receives temperature updates over MQTT
44   -- The desired room temerature, the room temperature setpoint, can be set by turning the dial
  44 +- The desired room temperature, the room temperature setpoint, can be set by turning the dial
45 45 - As long as the thermostat is switched off it will never start heating
46 46 - Press the flame below the dial to turn the thermostat on
47 47 - If the room temperature is below setpoint (minus a 0.1 ºC deadzone) the boiler will start heating
... ... @@ -51,9 +51,9 @@ The thermostat (Climate) integration is automatically added to Home Assistant, t
51 51 The following sensors are always added:
52 52 - EasyOpenTherm xxxx Boiler Setpoint: showing the setpoint of the central heating boiler water temperature
53 53 - EasyOpenTherm xxxx Thermostat RSSI: showing the WiFi signal strength of the connection with the router
54   -- EasyOpenTherm xxxx Boiler Flame: showing 'on' if the boiler is running for Central Heating or Domestic Hot Water, 'off' otherwise\
  54 +- EasyOpenTherm xxxx Boiler Flame: showing 'on' if the boiler is running for Central Heating or Domestic Hot Water, 'off' otherwise
55 55  
56   -The following sensors are optionally added:
  56 +The following sensors are conditionally added:
57 57 - EasyOpenTherm xxxx Boiler Domestic Hot Water: is only added if the boiler supports DHW, showing 'on' if the boiler is running for DHW
58 58 - EasyOpenTherm xxxx Boiler Return Temperature: is only added if a return temperature sensor value can be read using the OpenTherm interface. It shows the temperature of the water returning to the boiler
59 59 - EasyOpenTherm xxxx Boiler Flow Temperature: is only added if a flow temperature sensor value can be read using the OpenTherm interface. It shows the temperature of the water leaving the boiler
... ...