From 608a8c2217b47a90c416bca485ca3cc96f13e82b Mon Sep 17 00:00:00 2001 From: Robert Hillis Date: Wed, 23 Feb 2022 11:05:27 -0500 Subject: [PATCH] Adjust phone_modem docs for button entity (#21678) --- source/_integrations/modem_callerid.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/_integrations/modem_callerid.markdown b/source/_integrations/modem_callerid.markdown index a30584393f2..058881fd00e 100644 --- a/source/_integrations/modem_callerid.markdown +++ b/source/_integrations/modem_callerid.markdown @@ -9,15 +9,16 @@ ha_domain: modem_callerid ha_codeowners: - '@tkdrob' ha_platforms: + - button - sensor ha_config_flow: true --- The `modem_callerid` integration uses an available modem for collecting caller ID information. It requires a Hayes AT compatible modem that supports caller ID detection (via AT+VCID=1). Usually any modem that uses a CX93001 will support this. -When the sensor detects a new call, its state changes to 'ring' for each ring and 'callerid' when caller id information is received. It returns to 'idle' once ringing stops. The state event includes an attribute payload that includes the time of the call, name and number. +When the sensor detects a new call, its state changes to 'ring' for each ring and 'callerid' when caller id information is received. It returns to 'idle' once ringing stops. The state event includes an attribute payload that includes the time of the call, name, and number. -This integration also offers a service. `modem_callerid.reject_call` to pick up and then hang up the call to properly reject a call (via ATA anf ATH). +This integration also offers a button to pick up and then hang up the call to properly reject it (via ATA and ATH). {% include integrations/config_flow.md %}