mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-30 14:56:50 +00:00

* documentation for the Minut Point * Update source/_components/sensor.point.markdown Co-Authored-By: fredrike <fredrik.e@gmail.com> * Update source/_components/binary_sensor.point.markdown Co-Authored-By: fredrike <fredrik.e@gmail.com> * Update source/_components/binary_sensor.point.markdown Co-Authored-By: fredrike <fredrik.e@gmail.com> * Update source/_components/binary_sensor.point.markdown Co-Authored-By: fredrike <fredrik.e@gmail.com> * Update source/_components/point.markdown Co-Authored-By: fredrike <fredrik.e@gmail.com> * Update source/_components/point.markdown Co-Authored-By: fredrike <fredrik.e@gmail.com> * Update source/_components/sensor.point.markdown Co-Authored-By: fredrike <fredrik.e@gmail.com> * Added button_press and tamper * Update point.markdown, new configuration flow. * added ha_release * Update source/_components/point.markdown Co-Authored-By: fredrike <fredrik.e@gmail.com> * added configuration section * quote ha_release
30 lines
673 B
Markdown
30 lines
673 B
Markdown
---
|
|
layout: page
|
|
title: "Minut Point Sensor"
|
|
description: "Access your Minut Point Sensors."
|
|
date: 2018-11-19
|
|
sidebar: true
|
|
comments: false
|
|
sharing: true
|
|
footer: true
|
|
logo: minut.svg
|
|
ha_category: Sensor
|
|
ha_release: "0.83"
|
|
ha_iot_class: "Cloud Polling"
|
|
ha_qa_scale: silver
|
|
---
|
|
|
|
Each Point exposes the following sensors:
|
|
|
|
- **temperature**: Temperature in °C.
|
|
- **humidity**: Percentage of humidity in the air.
|
|
- **pressure**: Pressure in hPa.
|
|
- **sound_level**: Sound level in dBa.
|
|
|
|
|
|
For installation instructions, see [the Point component](/components/point/).
|
|
|
|
<p class='note'>
|
|
The Point is just active occasionally so the sensors are only updated every hour or so.
|
|
</p>
|