From 51acfc556028fca2449fe00f908c06d32b1b40c9 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 28 Aug 2016 22:37:00 +0200 Subject: [PATCH] Add new validations --- source/developers/development_validation.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/developers/development_validation.markdown b/source/developers/development_validation.markdown index 4dd5c9bbf3b..50d0a675df4 100644 --- a/source/developers/development_validation.markdown +++ b/source/developers/development_validation.markdown @@ -19,7 +19,7 @@ Beside the [voluptuous](https://pypi.python.org/pypi/voluptuous) default types a - Entity ID: `entity_id` and `entity_ids` - Numbers: `small_float` and `positive_int` - Time: `time`, `time_zone` -- Misc: `template`, `slug`, `temperature_unit`, `latitude`, `longitude`, `isfile`, `sun_event`, `ensure_list`, and `icon` +- Misc: `template`, `slug`, `temperature_unit`, `latitude`, `longitude`, `isfile`, `sun_event`, `ensure_list`, `port`, `url`, and `icon` To validate plaforms using [MQTT](/components/mqtt/) there are `valid_subscribe_topic` and `valid_publish_topic` present.