Skip to content

Commit b8783e8

Browse files
committed
Same
1 parent 56b7172 commit b8783e8

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

source/_components/homekit.markdown

+3-7
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@ homekit:
103103
description: Code to `arm / disarm` an alarm or `lock / unlock` a lock. Only applicable for `alarm_control_panel` or `lock` entities.
104104
required: false
105105
type: string
106-
<<<<<<< HEAD
107-
default: ''
106+
default: '`<No code>`'
108107
feature_list:
109108
description: Only for `media_player` entities. List of feature dictionaries to add for a given entity. Comparable to the platform schema.
110109
required: false
@@ -113,15 +112,12 @@ homekit:
113112
feature:
114113
description: Name of the feature to add to the entity representation. Valid features are `on_off`, `play_pause`, `play_stop` and `toogle_mute`. The media_player entity must support the feature to be valid.
115114
required: true
116-
type: string
115+
type: string
117116
type:
118117
description: Only for `switch` entities. Type of accessory to be created within HomeKit. Valid types are `switch` and `outlet`.
119118
required: false
120119
type: string
121120
default: switch
122-
=======
123-
default: '`<No code>`'
124-
>>>>>>> origin/current
125121
{% endconfiguration %}
126122

127123
<p class='note'>
@@ -254,7 +250,7 @@ The following components are currently supported:
254250
| cover | WindowCovering | All covers that support `open_cover` and `close_cover` through value mapping. (`open` -> `>=50`; `close` -> `<50`) |
255251
| cover | WindowCovering | All covers that support `open_cover`, `stop_cover` and `close_cover` through value mapping. (`open` -> `>70`; `close` -> `<30`; `stop` -> every value in between) |
256252
| device_tracker | Sensor | Support for `occupancy` device class. |
257-
| fan | Fan | Support for `on / off`, `direction` and `oscillating`. |
253+
| fan | Fan | Support for `on / off`, `direction` and `oscillating`. |
258254
| light | Light | Support for `on / off`, `brightness` and `rgb_color`. |
259255
| lock | DoorLock | Support for `lock / unlock`. |
260256
| media_player | MediaPlayer | Represented as a series of switches which control `on / off`, `play / pause`, `play / stop`, or `mute` depending on `supported_features` of entity and the `mode` list specified in `entity_config`. |

0 commit comments

Comments
 (0)