Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(40): add doc for precision_halves customization #271

Merged
merged 1 commit into from
Aug 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions doc/40.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@
- Supports fan speed
- Support oscillate

## Customize

- Set the temperature precision for whole or halves (false for whole and true for halves, default by false)

If the temperature value displayed is twice the actual value, please set this value to true.

```json
{ "precision_halves": true }
```

## Entities

### Default entity
Expand Down
12 changes: 11 additions & 1 deletion doc/40_hans.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
# 凉霸

## Features
## 特性

- 支持风速调整
- 支持摇摆设定

## 自定义

- 设置温度传感器基数为整度还是半度 (false 为整度 true 为半度, 默认为 false)

如果你的温度传感器为实际温度的两倍,请将该值设为true。

```json
{ "precision_halves": true }
```

## 实体

### 默认实体
Expand Down
Loading