diff --git a/README.md b/README.md index 1680f91..46e3910 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,10 @@ English | [繁體中文](README_zhHant.md)
## Screenshots -![config_flow_image](https://github.com/J1A-T13N/ha-trem/assets/29163857/a6f4cc49-0521-4f27-a894-9fb1273be1cf) -![simulator_earthquake_demo](https://github.com/J1A-T13N/ha-trem/assets/29163857/b62dab7a-2935-4477-8297-f7e275df0a81) +![config_flow_image](https://github.com/user-attachments/assets/9d92c830-7318-4baf-add7-a07d1e2d2673) +![simulator_earthquake_demo](https://github.com/user-attachments/assets/c05ca3a5-b0aa-4e4f-9376-59c2f31ef536) +[Demo video](https://youtu.be/3MvTdGuDs7s) +

@@ -127,9 +129,13 @@ English | [繁體中文](README_zhHant.md)
### Websocket **Exptech VIP Only** -You can goto [https://exptech.com.tw/pricing](https://exptech.com.tw/pricing) to subscribe. +

You can goto [https://exptech.com.tw/pricing](https://exptech.com.tw/pricing) to subscribe.

+
+ +*An API server can be monitored [here](https://status.exptech.dev).* -*An API server can be monitored [here](https://status.exptech.dev/).*
+
+
## Known issues @@ -154,9 +160,9 @@ You can goto [https://exptech.com.tw/pricing](https://exptech.com.tw/pricing) to ## Donate -| Buy me a coffee | LINE Bank | JKao Pay | +| Buy me a coffee | LINE Bank | JAKo Pay | | :------------: | :------------: | :------------: | -| Buy me a coffee | Line Bank | JKo Pay | +| Buy me a coffee | Line Bank | JAKo Pay |

diff --git a/README_zhHant.md b/README_zhHant.md index 5e86cdd..bc45c0c 100644 --- a/README_zhHant.md +++ b/README_zhHant.md @@ -19,8 +19,10 @@ ## 預覽 -![config_flow_image](https://github.com/J1A-T13N/ha-trem/assets/29163857/a6f4cc49-0521-4f27-a894-9fb1273be1cf) -![simulator_earthquake_demo](https://github.com/J1A-T13N/ha-trem/assets/29163857/b62dab7a-2935-4477-8297-f7e275df0a81) +![config_flow_image](https://github.com/user-attachments/assets/9d92c830-7318-4baf-add7-a07d1e2d2673) +![simulator_earthquake_demo](https://github.com/user-attachments/assets/c05ca3a5-b0aa-4e4f-9376-59c2f31ef536) +[Demo video](https://youtu.be/3MvTdGuDs7s) +

@@ -126,10 +128,14 @@ | pingtung_2 | 即時資料,但延遲高 | ### Websocket -**需要Exptech VIP** -您可以到 [https://exptech.com.tw/pricing](https://exptech.com.tw/pricing) 訂閱VIP +**Exptech VIP 限定** +

您可以到 [https://exptech.com.tw/pricing](https://exptech.com.tw/pricing) 訂閱VIP.

+
+ +*An API server can be monitored [here](https://status.exptech.dev).* -*伺服器狀態可 [在這](https://status.exptech.dev/) 查看*
+
+
## 已知問題 @@ -154,16 +160,16 @@ ## 贊助 -| Buy me a coffee | LINE Bank | JKao Pay | +| Buy me a coffee | LINE Bank | JAKo Pay | | :------------: | :------------: | :------------: | -| Buy me a coffee | Line Bank | JKo Pay | +| Buy me a coffee | Line Bank | JAKo Pay |

## 授權 -AGPL-3.0 license. +AGPL-3.0 license **2024-08-15 Agreement reached with ExpTech Studio.** diff --git a/custom_components/trem/binary_sensor.py b/custom_components/trem/binary_sensor.py index bbd600f..6ba001a 100644 --- a/custom_components/trem/binary_sensor.py +++ b/custom_components/trem/binary_sensor.py @@ -85,6 +85,7 @@ def update(self): """Schedule a custom update via the common entity update service.""" self._attr_value = {} + self._attributes = {} self._attributes[ATTR_NODE] = self._coordinator.station rtsData: dict = self._coordinator.rtsData diff --git a/hacs.json b/hacs.json index 239a473..0802693 100644 --- a/hacs.json +++ b/hacs.json @@ -2,8 +2,8 @@ "name": "Taiwan Real-time Earthquake Monitoring", "render_readme": true, "domain": "trem", - "documentation": "https://github.com/J1A-T13N/ha-trem", - "issue_tracker": "https://github.com/J1A-T13N/ha-trem/issues", + "documentation": "https://github.com/gaojiafamily/ha-trem", + "issue_tracker": "https://github.com/gaojiafamily/ha-trem/issues", "homeassistant": "2024.3.0", "zip_release": true, "filename": "trem.zip"