run prettier as pre-commit hook (#3264)
This commit is contained in:
@@ -1,30 +1,31 @@
|
||||
apiVersion: v2
|
||||
appVersion: "4.2.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.4
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.4
|
||||
deprecated: false
|
||||
description: AppDaemon is a loosely coupled, multithreaded, sandboxed python execution
|
||||
description:
|
||||
AppDaemon is a loosely coupled, multithreaded, sandboxed python execution
|
||||
environment for writing automation apps for Home Assistant home automation software.
|
||||
It also provides a configurable dashboard (HADashboard) suitable for wall mounted
|
||||
tablets.
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/appdaemon
|
||||
icon: https://truecharts.org/img/chart-icons/appdaemon.png
|
||||
keywords:
|
||||
- appdaemon
|
||||
- homeautomation
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
- appdaemon
|
||||
- homeautomation
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
- email: 20650065+warllo54@users.noreply.github.com
|
||||
name: warllo54
|
||||
url: truecharts.org
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
- email: 20650065+warllo54@users.noreply.github.com
|
||||
name: warllo54
|
||||
url: truecharts.org
|
||||
name: appdaemon
|
||||
sources:
|
||||
- https://github.com/AppDaemon/appdaemon
|
||||
- https://github.com/AppDaemon/appdaemon
|
||||
type: application
|
||||
version: 9.0.20
|
||||
annotations:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Input Validation
|
||||
|
||||
__`LATITUDE`__ and __`LONGITUDE`__
|
||||
**`LATITUDE`** and **`LONGITUDE`**
|
||||
Accepted formats are:
|
||||
|
||||
- Float (eg. `24.2028`)
|
||||
|
||||
Reference in New Issue
Block a user