Skip to content

Commit fe7e0e2

Browse files
author
echoromeo
committed
Compatibility update
1 parent 2ee3184 commit fe7e0e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ not perform any I/O, and can safely be called from the event loop.
9696
* get_current_component_temperature - Get the current temperature from a component
9797
* get_current_zone_temperature - Get the current temperature from (the first component in) a zone
9898

99-
## Backwards compatability
99+
## Backwards compatibility
100100

101-
Synchronous wrapper methods are available for backwards compatibility, but it is recommended to
101+
Synchronous wrapper methods are available for compatibility with v1.1.2, but it is recommended to
102102
switch to the async methods. If `loop` is not provided, initializing will start the async event
103-
loop in a daemon thread, discover and connect to hub before returning as in version 1.1.
103+
loop in a daemon thread, discover and connect to hub before returning as before.
104104

105105
import time
106106
from pynobo import nobo

0 commit comments

Comments
 (0)