https://github.com/AlexxIT/StartTime
Start Time sensor for Home Assistant
https://github.com/AlexxIT/StartTime
home-assistant
Last synced: about 1 year ago
JSON representation
Start Time sensor for Home Assistant
- Host: GitHub
- URL: https://github.com/AlexxIT/StartTime
- Owner: AlexxIT
- Created: 2020-02-24T17:51:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-06T12:44:33.000Z (about 2 years ago)
- Last Synced: 2024-04-06T13:28:35.865Z (about 2 years ago)
- Topics: home-assistant
- Language: Python
- Homepage: https://github.com/AlexxIT/Blog
- Size: 40 KB
- Stars: 53
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StartTime for Home Assistant
[](https://github.com/custom-components/hacs)
Create Start Time sensor for [Home Assistant](https://www.home-assistant.io/).

## Installation
**Method 1.** [HACS](https://hacs.xyz/) custom repo:
> HACS > Integrations > 3 dots (upper top corner) > Custom repositories > URL: `AlexxIT/StartTime`, Category: Integration > Add > wait > StartTime > Install
**Method 2.** Manually copy `start_time` folder from [latest release](https://github.com/AlexxIT/StartTime/releases/latest) to `/config/custom_components` folder.
## Configuration
**Method 1.** GUI:
> Configuration > Integrations > Add Integration > **StartTime**
If the integration is not in the list, you need to clear the browser cache.
**Method 2.** YAML:
```yaml
start_time:
```
## About
Home Assistant displays initialization time in INFO logs. The component shows the same time as a sensor.
Useful for debugging performance of slow computers like Raspberry Pi.
This component does not depend on the settings of the `logger` component!
```
2020-02-24 17:13:11 INFO (MainThread) [homeassistant.bootstrap] Home Assistant initialized in 25.5s
```