Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 757 Bytes

info.md

File metadata and controls

27 lines (18 loc) · 757 Bytes

ha-cmee-device-tracker

Home Assistant device tracker for CMEE waches.

Usage

- platform: cmee
  username: <username>
  password: <password>

Data is fetched from https://cmee.online/ every 300 second (5 minutes).

It is possible to change the data fetch interval by specifying interval_seconds. Since fetching data is draining battery on the CMEE device a minimum value of 180 seconds (3rd minute) is used.

- platform: cmee
  username: <username>
  password: <password>
  interval_seconds: 180

Sometimes the (Let's Encrypt) SSL certificate expires so you could also disabble SSL certificate verification like this.

- platform: cmee
  username: <username>
  password: <password>
  verify_ssl: False