lukas-clarke / eight_sleep

Home Assistant Eight Sleep integration that works with Eight Sleep's new API and OAUTH2
MIT License
62 stars 11 forks source link

Fix temperature mapping typo #22

Closed andrew-kennedy closed 4 months ago

andrew-kennedy commented 4 months ago

Noticed this when reviewing your changes from 1.0.8 to 1.0.9, figured it must be a typo! Though it looks like you only ever convert to Celsius based on https://github.com/lukas-clarke/eight_sleep/blob/01c967a805df1e1d6a55962cd1cb72b66af49c00/custom_components/eight_sleep/pyEight/user.py#L675-L677, so maybe this typo fix is meaningless.

lukas-clarke commented 4 months ago

@andrew-kennedy, good catch! Merging. Fahrenheit isn't used yet, but I will likely make use of it for the first TODO in the TODO list.