Skip to content

Commit

Permalink
version 2.1.0 Alpha 15
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsto committed Dec 2, 2024
1 parent 94fad23 commit e6fe79e
Show file tree
Hide file tree
Showing 23 changed files with 44,335 additions and 919 deletions.
3 changes: 3 additions & 0 deletions Good pratices.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@ Documenter clairement l'API et les événements du composant
Ajouter un CONTRIBUTING.md pour guider les contributeurs

Sécurité

### Analyse des dépendances

- Exécuter régulièrement `npm audit` pour vérifier les vulnérabilités dans les dépendances
- Mettre à jour les dépendances lorsque des correctifs de sécurité sont disponibles
- Intégrer l'analyse de sécurité dans le processus CI/CD

### Autres mesures de sécurité

- Mettre en place des GitHub Security Advisories
- Ajouter des scans de vulnérabilités avec Snyk ou SonarQube

Expand Down
67 changes: 35 additions & 32 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,28 +60,30 @@ Hey dude! Help me out for a couple of :beers: or a :coffee:!
---

## Table of Contents <!-- omit in toc -->

<!-- markdownlint-disable MD033 -->
- [Pool Monitor Card](#pool-monitor-card)
- [Description](#description)
- [Support](#support)
- [Multilanguage ReadMe](#multilanguage-readme)
- [Install](#install)
- [via HACS](#via-hacs)
- [Manually](#manually)
- [Lovelace Setup](#lovelace-setup)
- [Using UI](#using-ui)
- [Using YAML](#using-yaml)
- [Configuration](#configuration)
- [Card Options](#card-options)
- [Display Options](#display-options)
- [Color Options](#color-options)
- [Sensors Options](#sensors-options)
- [Min / Max Indicators](#min--max-indicators)
- [Hardware Compatibility](#hardware-compatibility)
- [Acknowledgments](#acknowledgments)
- [Roadmap](#roadmap)
- [Minor Enhancements](#minor-enhancements)
- [Major Updates](#major-updates)

- [Pool Monitor Card](#pool-monitor-card)
- [Description](#description)
- [Support](#support)
- [Multilanguage ReadMe](#multilanguage-readme)
- [Install](#install)
- [via HACS](#via-hacs)
- [Manually](#manually)
- [Lovelace Setup](#lovelace-setup)
- [Using UI](#using-ui)
- [Using YAML](#using-yaml)
- [Configuration](#configuration)
- [Card Options](#card-options)
- [Display Options](#display-options)
- [Color Options](#color-options)
- [Sensors Options](#sensors-options)
- [Min / Max Indicators](#min--max-indicators)
- [Hardware Compatibility](#hardware-compatibility)
- [Acknowledgments](#acknowledgments)
- [Roadmap](#roadmap)
- [Minor Enhancements](#minor-enhancements)
- [Major Updates](#major-updates)

---

Expand Down Expand Up @@ -256,19 +258,19 @@ Needed to change the name, unit, setpoint, and steps ? No problem, see additionn

#### For each sensor

| Name | Type | Requirement | Description5263 |
| ----------- | ------ | ------------ | --------------------------------------- |
| `entity` | String | **Required** | Sensor Entity |
| `name` | String | Optional | Sensor Name |
| `unit` | String | Optional | Sensor Unit (°C or °F) |
| `setpoint` | Number | Optional | Sensor Set Point |
| `step` | Number | Optional | Sensor Step |
| `min` | String | Optional | Entity ID for daily minimum Sensor |
| `max` | String | Optional | Entity ID for daily maximum Sensor |
| Name | Type | Requirement | Description5263 |
| ----------- | ------ | ------------ | ------------------------------------------------------------------------------------------- |
| `entity` | String | **Required** | Sensor Entity |
| `name` | String | Optional | Sensor Name |
| `unit` | String | Optional | Sensor Unit (°C or °F) |
| `setpoint` | Number | Optional | Sensor Set Point |
| `step` | Number | Optional | Sensor Step |
| `min` | String | Optional | Entity ID for daily minimum Sensor |
| `max` | String | Optional | Entity ID for daily maximum Sensor |
| `icon` | Object | Optional | Configure the icon for Sensor. Use `mdi` for an MDI icon, or `hide` to hide the icon. |
| `image_url` | Object | Optional | Configure the image URL for Sensor. |
| `image_url` | Object | Optional | Configure the image URL for Sensor. |
| `mode` | String | Optional | Sensor Display Mode : bidirectional (default for all) or heatflow (default for temperature) |
| `min_limit` | Number | Optional | Minimum acceptable value for the sensor |
| `min_limit` | Number | Optional | Minimum acceptable value for the sensor |

```yaml
sensors:
Expand Down Expand Up @@ -448,6 +450,7 @@ These updates may require configuration changes when implemented:
> **Note:** This roadmap is subject to change based on community feedback and needs. Feel free to contribute ideas by opening issues on GitHub!

<!--URLS FOR BADGES-->

[release-shield]: https://img.shields.io/github/v/release/wilsto/pool-monitor-card?include_prereleases&style=for-the-badge
[release-link]: https://github.com/wilsto/pool-monitor-card/releases/latest
[commits-shield]: https://img.shields.io/github/commit-activity/y/wilsto/pool-monitor-card.svg?style=for-the-badge
Expand Down
Loading

0 comments on commit e6fe79e

Please sign in to comment.